File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3939 - {os: ubuntu-latest, r: 'oldrel-2'}
4040 - {os: ubuntu-latest, r: 'oldrel-3'}
4141 - {os: ubuntu-latest, r: 'oldrel-4'}
42- - {os: ubuntu-latest, r: '3.4 '}
42+ - {os: ubuntu-latest, r: '3.5 '}
4343
4444 env :
4545 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
7373 with :
7474 extra-packages : |
7575 any::rcmdcheck
76- bookdown=?ignore-before-r=3.5.0
77- patrick=?ignore-before-r=3.5.0
78- purrr=?ignore-before-r=3.5.0
7976 needs : check
8077
8178 - uses : r-lib/actions/check-r-package@v2
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ License: MIT + file LICENSE
2121URL: https://github.com/r-lib/lintr, https://lintr.r-lib.org
2222BugReports: https://github.com/r-lib/lintr/issues
2323Depends:
24- R (>= 3.2 )
24+ R (>= 3.5 )
2525Imports:
2626 backports,
2727 codetools,
Original file line number Diff line number Diff line change 133133
134134## Notes
135135
136+ * {lintr} now depends on R version 3.5.0, in line with the tidyverse policy for R version compatibility.
137+
136138* ` lint() ` continues to support Rmarkdown documents. For users of custom .Rmd engines, e.g.
137139 ` marginformat ` from {tufte} or ` theorem ` from {bookdown}, note that those engines must be registered
138140 in {knitr} prior to running ` lint() ` in order for {lintr} to behave as expected, i.e., they should be
You can’t perform that action at this time.
0 commit comments