Skip to content

Commit 773bb46

Browse files
bschilderclaude
andcommitted
Set _R_CHECK_FORCE_SUGGESTS_=false in GHA workflow
XGR, haploR, and motifbreakR are optional Suggests that cannot be installed on all CI platforms. All usages are guarded with requireNamespace(). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9b9a0a2 commit 773bb46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/rworkflows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
runs-on: ${{ matrix.config.os }}
1919
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
2020
container: ${{ matrix.config.cont }}
21+
env:
22+
_R_CHECK_FORCE_SUGGESTS_: false
2123
strategy:
2224
fail-fast: ${{ false }}
2325
matrix:

0 commit comments

Comments
 (0)