Skip to content

Commit 8870c35

Browse files
GHA: Vignettes fail in R (< 3.5.0) - take 4
1 parent f48887b commit 8870c35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
- name: Check
8484
run: |
8585
rcmdcheck::rcmdcheck(
86-
args = c("--no-manual", "--as-cran", if (getRversion() < "3.5.0") c("--no-vignettes", "--no-build-vignettes", "--ignore-vignettes")),
86+
build_args = if (getRversion() < "3.5.0") "--no-build-vignettes",
87+
args = c("--no-manual", "--as-cran", if (getRversion() < "3.5.0") "--no-vignettes"),
8788
check_dir = "check"
8889
)
8990
shell: Rscript {0}

0 commit comments

Comments
 (0)