Skip to content

Commit

Permalink
GHA: slightly stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Sep 23, 2021
1 parent c3d77b0 commit 2281f71
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 @@ -30,10 +30,11 @@ jobs:
RSPM: ${{ matrix.config.rspm }}
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
## R CMD check
_R_CHECK_CRAN_INCOMING_: false
_R_CHECK_LENGTH_1_CONDITION_: true
_R_CHECK_LENGTH_1_LOGIC2_: true
_R_CHECK_MATRIX_DATA_: true
_R_CHECK_CRAN_INCOMING_: false
_R_CHECK_SUGGESTS_ONLY_: true
## Specific to futures
R_FUTURE_RNG_ONMISUSE: error
R_FUTURE_PLAN: ${{ matrix.config.future_plan }}
Expand Down

0 comments on commit 2281f71

Please sign in to comment.