Skip to content

Commit f48887b

Browse files
GHA: Vignettes fail in R (< 3.5.0) - take 3
1 parent 0371f23 commit f48887b

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
@@ -83,7 +83,7 @@ jobs:
8383
- name: Check
8484
run: |
8585
rcmdcheck::rcmdcheck(
86-
args = c("--no-manual", "--as-cran", if (getRversion() < "3.5.0") "--no-vignettes"),
86+
args = c("--no-manual", "--as-cran", if (getRversion() < "3.5.0") c("--no-vignettes", "--no-build-vignettes", "--ignore-vignettes")),
8787
check_dir = "check"
8888
)
8989
shell: Rscript {0}

0 commit comments

Comments
 (0)