Skip to content

Commit e0a5109

Browse files
Merge branch 'main' into 1845_bug_fix
2 parents 7bfc1b4 + a1e9afb commit e0a5109

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)