Skip to content

Commit

Permalink
install extra pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiu911 committed Jan 16, 2024
1 parent 072ef97 commit 163ea56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -41,10 +41,12 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, any::testthat, any::knitr
needs: check
dependencies: '"hard"'

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
env:
_R_CHECK_FORCE_SUGGESTS_: false
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
extra-packages: any::covr, any::testthat
needs: coverage
dependencies: '"hard"'

Expand Down

0 comments on commit 163ea56

Please sign in to comment.