Skip to content

Commit

Permalink
cicd: Update R CMD Check actions file 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvdmeer committed Nov 17, 2024
1 parent 4101561 commit 20c8beb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,18 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.R }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck
extra-packages: any::rcmdcheck
needs: check

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

- name: Show testthat output
if: always()
Expand Down

0 comments on commit 20c8beb

Please sign in to comment.