Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning authored Nov 25, 2024
1 parent efa29b7 commit ce09fbb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- name: Install qpdf (macOS only)
if: runner.os == 'macOS'
run: brew install qpdf || brew upgrade qpdf

- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2
Expand All @@ -39,6 +43,9 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true




# Cache R package library
- name: Cache R packages
uses: actions/cache@v3
Expand Down Expand Up @@ -66,4 +73,4 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

0 comments on commit ce09fbb

Please sign in to comment.