Skip to content

Commit

Permalink
GHA: take 6
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Nov 7, 2024
1 parent f07c116 commit 9e36840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
## Test in other locale (optional)
LANGUAGE: ${{ matrix.config.language }}
## R CMD check
_R_CHECK_SUGGESTS_ONLY_: ${{ matrix.config.req_suggests || 'true' }}
_R_CHECK_SUGGESTS_ONLY_: ${{ matrix.config.req_suggests || true }}
_R_FOO_: ${{ !contains(matrix.config.req_suggests, false) }}
_R_CHECK_CRAN_INCOMING_: false
_R_CHECK_MATRIX_DATA_: true
_R_CHECK_THINGS_IN_TEMP_DIR_: true
Expand Down

0 comments on commit 9e36840

Please sign in to comment.