Skip to content

Commit 2d9d378

Browse files
committed
Skip vignettes in R CMD check (windows problems
1 parent f661415 commit 2d9d378

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3+
#
4+
# Skip vignettes as they fail on Windows because Quarto, they're checked by pkgdown
5+
# workflow instead
6+
37
on:
48
push:
59
branches: [main, master]
@@ -48,4 +52,4 @@ jobs:
4852
- uses: r-lib/actions/check-r-package@v2
4953
with:
5054
upload-snapshots: true
51-
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
55+
build_args: 'c("--no-manual","--no-build-vignettes")'

DESCRIPTION

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ Suggests:
3232
Perc,
3333
png,
3434
quarto,
35-
rmarkdown,
3635
sp,
3736
testthat (>= 3.0.0)
3837
RoxygenNote: 7.3.3
3938
VignetteBuilder: quarto, knitr
4039
Roxygen: list(markdown = TRUE)
4140
Encoding: UTF-8
4241
Config/testthat/edition: 3
43-
Config/Needs/website: rmarkdown

0 commit comments

Comments
 (0)