Skip to content

Commit

Permalink
* Depend on R 4.1.0 (released on 2021-05-18) (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore authored Jan 18, 2024
1 parent 134edba commit 8660acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: macos-latest, r: '4.1.0'}

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

- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: '4.1.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 @@ -15,7 +15,7 @@ License: MIT + file LICENSE
URL: https://github.com/2DegreesInvesting/tiltIndicator
BugReports: https://github.com/2DegreesInvesting/tiltIndicator/issues
Depends:
R (>= 2.10)
R (>= 4.1.0)
Imports:
dplyr,
ggplot2,
Expand Down

0 comments on commit 8660acd

Please sign in to comment.