We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76853df commit 5cb8c6bCopy full SHA for 5cb8c6b
.github/workflows/R-CMD-check.yaml
@@ -31,5 +31,9 @@ jobs:
31
- name: Check
32
run: |
33
options(crayon.enabled = TRUE)
34
- rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
+ rcmdcheck::rcmdcheck(
35
+ build_args = "--no-build-vignettes",
36
+ args = c("--no-manual", "--no-vignettes"),
37
+ error_on = "error"
38
+ )
39
shell: Rscript {0}
0 commit comments