Skip to content

Commit 191433a

Browse files
committed
test: installing usethis
1 parent 498f3be commit 191433a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242

4343
- uses: r-lib/actions/setup-r-dependencies@v2
4444
with:
45-
extra-packages: any::rcmdcheck
45+
extra-packages: |
46+
any::rcmdcheck
47+
any::usethis
4648
needs: check
4749

4850
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)