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 d3d507d commit ddf8057Copy full SHA for ddf8057
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -80,7 +80,7 @@ jobs:
80
env:
81
_R_CHECK_CRAN_INCOMING_: false
82
_R_CHECK_FORCE_SUGGESTS_: false
83
- run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
+ run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran", "--ignore-vignettes"), build_args = c("--no-build-vignettes"), error_on = "warning", check_dir = "check")
84
shell: Rscript {0}
85
86
- name: Show testthat output
0 commit comments