We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4235d01 commit 0c48e72Copy full SHA for 0c48e72
.github/workflows/main.yml
@@ -65,5 +65,5 @@ jobs:
65
- uses: r-lib/actions/check-r-package@v2
66
with:
67
upload-snapshots: true
68
- build-args: 'c("--no-build-vignettes","--no-manual")'
69
- check-args: 'c("--ignore-vignettes")'
+ build_args: 'c("--no-build-vignettes","--no-manual")'
+ args: 'c("--ignore-vignettes","--no-manual")'
0 commit comments