Skip to content

Commit

Permalink
keep platform stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkenny authored Mar 27, 2024
1 parent 38f353b commit f6e23cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, Rmpi=?ignore, rmapshaper=?ignore, local::.
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
env:
_R_CHECK_FORCE_SUGGESTS_: false

0 comments on commit f6e23cb

Please sign in to comment.