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 92a8217 commit c9d8e4dCopy full SHA for c9d8e4d
.github/workflows/R-CMD-check.yaml
@@ -76,4 +76,5 @@ jobs:
76
- uses: r-lib/actions/check-r-package@v2
77
with:
78
upload-snapshots: true
79
+ args: ${{ format('c("--no-manual", "--as-cran"{0})', format('{0}', matrix.config.quarto) == 'false' && ',"--no-vignettes"' || '') }}
80
build_args: ${{ format('c("--no-manual","--compact-vignettes=gs+qpdf"{0})', format('{0}', matrix.config.quarto) == 'false' && ',"--no-build-vignettes"' || '') }}
0 commit comments