Skip to content

Commit 7209fd8

Browse files
Bump R dependency to R3.5 (#1922)
* Bump R dependency to R3.5 * Update oldest tested version in CI * Update NEWS.md
1 parent ecfe55e commit 7209fd8

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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 }}
@@ -73,9 +73,6 @@ jobs:
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

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ License: MIT + file LICENSE
2121
URL: https://github.com/r-lib/lintr, https://lintr.r-lib.org
2222
BugReports: https://github.com/r-lib/lintr/issues
2323
Depends:
24-
R (>= 3.2)
24+
R (>= 3.5)
2525
Imports:
2626
backports,
2727
codetools,

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@
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

0 commit comments

Comments
 (0)