File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
37on :
48 push :
59 branches : [main, master]
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")'
Original file line number Diff line number Diff line change @@ -32,12 +32,10 @@ Suggests:
3232 Perc,
3333 png,
3434 quarto,
35- rmarkdown,
3635 sp,
3736 testthat (>= 3.0.0)
3837RoxygenNote: 7.3.3
3938VignetteBuilder: quarto, knitr
4039Roxygen: list(markdown = TRUE)
4140Encoding: UTF-8
4241Config/testthat/edition: 3
43- Config/Needs/website: rmarkdown
You can’t perform that action at this time.
0 commit comments