Skip to content

Commit

Permalink
Update Package_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InkaSpy authored Jan 6, 2025
1 parent 2a10085 commit 563e590
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/Package_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ jobs:

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

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

0 comments on commit 563e590

Please sign in to comment.