Skip to content

Commit 53b77f6

Browse files
committed
knitr 1.36 release fixes: yihui/knitr#2052
1 parent 29981cb commit 53b77f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ 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-
123120
- name: Check
124121
run: rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'warning', check_dir = 'check')
125122

0 commit comments

Comments
 (0)