Skip to content

Commit

Permalink
bump min R version to 4.0 due to {gdtools} dependency in {epireview}
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Oct 22, 2024
1 parent efdc99f commit 7a5cff2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: '3.6'}
- {os: ubuntu-latest, r: '4.0'}

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 @@ -25,7 +25,7 @@ URL: https://github.com/epiverse-trace/epiparameter/,
https://epiverse-trace.github.io/epiparameter/
BugReports: https://github.com/epiverse-trace/epiparameter/issues
Depends:
R (>= 3.6.0)
R (>= 4.0.0)
Imports:
checkmate,
cli,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The are a large number of ***breaking changes*** in this release, primarily func

## Minor changes

* The minimum version of R required by the package (3.6.0) is now explicitly tested on the R-CMD-check GitHub actions workflow (PR #404).
* The minimum version of R required by the package is now 4.0.0 and is now explicitly tested on the R-CMD-check GitHub actions workflow (PR #384 & #404).

## Bug fixes

Expand Down

0 comments on commit 7a5cff2

Please sign in to comment.