Skip to content

Commit a1e9afb

Browse files
Fix R CMD check workflow (#1851)
For bookdown package update, which now requires R > 3.5
1 parent becdbac commit a1e9afb

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
@@ -70,7 +70,9 @@ jobs:
7070

7171
- uses: r-lib/actions/setup-r-dependencies@v2
7272
with:
73-
extra-packages: any::rcmdcheck
73+
extra-packages: |
74+
any::rcmdcheck
75+
bookdown=?ignore-before-r=3.5.0
7476
needs: check
7577

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

0 commit comments

Comments
 (0)