-
Notifications
You must be signed in to change notification settings - Fork 187
Bump minimum R version to >=4.0 #2569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Why not bump to 4.0.0 immediately? |
I think some caution is warranted.
I don't see any particular reason to rush. |
I would only bump the R version dependency if an old version actually breaks, so if we don't use any 3.6 only features, I wouldn't lock 3.5 out of lintr updates. |
Strongly disagree. I don't want us to make empty promises to users. Neither CRAN nor our CI builds or tests the package on Without testing anything, we might as well support |
Fair point, that would prevent issues like tidyverse/purrr#1045. |
Because So, whether we bump it or not in the |
Tidyversion R version support say we are now up to R>=4.0.0:
https://www.tidyverse.org/blog/2019/04/r-version-support/
There are of course some nice features in 4.0.0 we can start using, so it will be nice to take advantage of that.
OTOH, the current CRAN version only depends on R 3.5.0, so I would not make 2 version jumps in the same release. Let's release 3.2.0 with R>=3.6.0, then bump to 4.0.0 afterwards.
The text was updated successfully, but these errors were encountered: