Skip to content

Commit

Permalink
Bump min version R to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Jun 12, 2024
1 parent c6fb73c commit 3a61df4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- { os: ubuntu-latest, r: "oldrel-2" }
- { os: ubuntu-latest, r: "oldrel-3" }
- { os: ubuntu-latest, r: "oldrel-4" }
- { os: ubuntu-latest, r: "oldrel-5" }

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ URL: https://github.com/remlapmot/bpbounds,
https://remlapmot.github.io/bpbounds/
BugReports: https://github.com/remlapmot/bpbounds/issues
Depends:
R (>= 3.6.0)
R (>= 4.0.0)
Suggests:
dplyr,
knitr,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Tweak formatting of code in helpfile examples and vignette

* Bumped minimum required version of R to be at least 3.6.0 because this is now required by **testthat** version 3.2.0
* Bumped minimum required version of R to be at least 4.0.0 because this is now required by **evaluate**, which is a dependency of **knitr**.

* Bumped version of **roxygen2** used to create package documentation

Expand Down

0 comments on commit 3a61df4

Please sign in to comment.