Skip to content

Commit 6487fdb

Browse files
committed
workaround knitr regression
1 parent 479b583 commit 6487fdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ jobs:
117117
- name: Install rcmdcheck
118118
run: remotes::install_cran("rcmdcheck")
119119

120+
- name: Workaround knitr regression
121+
run: if(getRversion() < "3.5") remotes::install_version("knitr", "1.30")
122+
120123
- name: Check
121124
run: rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'warning', check_dir = 'check')
122125

0 commit comments

Comments
 (0)