Skip to content

Commit

Permalink
update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
InkaSpy committed Jan 6, 2025
1 parent f424fd7 commit 2eadb93
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:

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

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

0 comments on commit 2eadb93

Please sign in to comment.