Skip to content

Commit

Permalink
chore(r): Bump minimum supported R version to 4.0 (#519)
Browse files Browse the repository at this point in the history
We (vaguely) follow the [tidyverse R version support
policy](https://www.tidyverse.org/blog/2019/04/r-version-support/) and
support the current release plus the last four releases. Relatedly, our
test dependencies no longer support R 3.6 and this CI job is failing.
  • Loading branch information
paleolimbot authored Jun 11, 2024
1 parent ec1a692 commit 8911a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: '3.6'}
- {os: windows-latest, r: '4.0'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
Expand Down

0 comments on commit 8911a01

Please sign in to comment.