Skip to content

Commit

Permalink
Increase minimum required R version (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth authored Oct 12, 2024
1 parent a9f9d47 commit fdf9d45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}

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 @@ -17,7 +17,7 @@ License: MIT + file LICENSE
URL: https://github.com/rnabioco/valr/, https://rnabioco.github.io/valr/
BugReports: https://github.com/rnabioco/valr/issues
Depends:
R (>= 3.1.2)
R (>= 4.0.0)
Imports:
broom,
cli,
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# valr (development version)

* valr now depends on R >= 4.0.0.

# valr 0.8.2

* Address NOTE on CRAN about Rd link targets.
Expand Down

0 comments on commit fdf9d45

Please sign in to comment.