Skip to content

Commit

Permalink
set _R_CHECK_CRAN_INCOMING_ to TRUE in CI for more robust testing
Browse files Browse the repository at this point in the history
should see similar errors discovered with `devtools::check_win_devel()`
  • Loading branch information
cjyetman authored Dec 12, 2024
1 parent e285309 commit 3f97b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ jobs:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
error-on: '"note"'
env:
_R_CHECK_CRAN_INCOMING_: true

0 comments on commit 3f97b18

Please sign in to comment.