Skip to content

Commit ddf8057

Browse files
committed
skip vignettes
1 parent d3d507d commit ddf8057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
_R_CHECK_CRAN_INCOMING_: false
8282
_R_CHECK_FORCE_SUGGESTS_: false
83-
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
83+
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran", "--ignore-vignettes"), build_args = c("--no-build-vignettes"), error_on = "warning", check_dir = "check")
8484
shell: Rscript {0}
8585

8686
- name: Show testthat output

0 commit comments

Comments
 (0)