Skip to content

Commit

Permalink
reverted dependency back to R >= 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkenwg committed Sep 20, 2024
1 parent bdb3d25 commit 54a5a6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- {os: macos-latest, r: 'release'}

- {os: windows-latest, r: 'release'}
# use 4.0 or 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: 'oldrel-4'}

- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ URL: https://poissonconsulting.github.io/term/,
https://github.com/poissonconsulting/term
BugReports: https://github.com/poissonconsulting/term/issues
Depends:
R (>= 4.3)
R (>= 4.0)
Imports:
chk (>= 0.8.1),
extras,
Expand Down

0 comments on commit 54a5a6f

Please sign in to comment.