We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29981cb commit 53b77f6Copy full SHA for 53b77f6
.github/workflows/R-CMD-check.yaml
@@ -117,9 +117,6 @@ jobs:
117
- name: Install rcmdcheck
118
run: remotes::install_cran("rcmdcheck")
119
120
- - name: Workaround knitr regression
121
- run: if(getRversion() < "3.5") remotes::install_version("knitr", "1.30")
122
-
123
- name: Check
124
run: rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'warning', check_dir = 'check')
125
0 commit comments