We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3139554 commit a98d2bfCopy full SHA for a98d2bf
1 file changed
.github/workflows/R_CMD_check.yaml
@@ -85,7 +85,7 @@ jobs:
85
86
- uses: r-lib/actions/check-r-package@v2
87
with:
88
- args: 'c("--no-manual", "--as-cran")'
+ args: 'c("--no-manual", "--as-cran", "--ignore-vignettes")'
89
build_args: 'c( "--no-build-vignettes")'
90
error-on: '"warning"'
91
check-dir: '"check"'
0 commit comments