Skip to content

Commit

Permalink
add check part to include package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
csangara committed Aug 1, 2024
1 parent 9fa6211 commit 7af8ca9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-examples", "--no-tests", "--no-vignettes", "--no-manual")'


0 comments on commit 7af8ca9

Please sign in to comment.