Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
remove vignette checking due to problems with compacting
  • Loading branch information
alexiosg committed Apr 22, 2024
1 parent 71e64be commit 8f953d7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Install Ghostscript and qpdf (for Ubuntu)
if: startsWith(matrix.config.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install -y ghostscript qpdf

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
args: '--as-cran'
build_args: '--compact-vignettes=gs+qpdf'
args: 'c("--no-build-vignettes", "--no-manual")'

0 comments on commit 8f953d7

Please sign in to comment.