Skip to content

Commit

Permalink
add testthat installation
Browse files Browse the repository at this point in the history
  • Loading branch information
csangara committed Aug 28, 2024
1 parent 6a70024 commit b888707
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
dependencies: '"hard"'
extra-packages: any::rcmdcheck, local::.
extra-packages: |
any::rcmdcheck
any::testthat
any::knitr
any::rmarkdown
local::.
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit b888707

Please sign in to comment.