Skip to content

Commit 5cb8c6b

Browse files
Update R-CMD-check.yaml
Ignore building vignettes.
1 parent 76853df commit 5cb8c6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ jobs:
3131
- name: Check
3232
run: |
3333
options(crayon.enabled = TRUE)
34-
rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
34+
rcmdcheck::rcmdcheck(
35+
build_args = "--no-build-vignettes",
36+
args = c("--no-manual", "--no-vignettes"),
37+
error_on = "error"
38+
)
3539
shell: Rscript {0}

0 commit comments

Comments
 (0)