Skip to content

Commit d70726c

Browse files
committed
yaml update
1 parent cdff82c commit d70726c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ 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::knitr
48+
any::rmarkdown
4649
needs: check
4750

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

0 commit comments

Comments
 (0)