You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the discussion I linked to in #235 for the evaluate package, Hadley Wickam decides to set the minimum requirement there as R4.0.0, but then later on changes his mind back to R3.6, which is what it currently is for the dev version.
The packages that are dependencies of testthat will continue working on R3.6 minimum, the other tidyverse packages will soon change to R4.0 minimum.
So the reasoning is that we go to R4.0 minimum to stay in line with the tidyverse.
Update DESCRIPTION
Create CI action
Remove usage of ...names()
The text was updated successfully, but these errors were encountered:
The (likely) only reason we have to bump to 4.0.0 is because of the evaluate package. A recent update to that package however, will restore R3.6.0 functionality, so I think we can stick to that too.
Context: #235
We've decided to up the minimum dependency to R4.0.0, so we can use native pipes and to follow the tidyverse policy: https://www.tidyverse.org/blog/2019/04/r-version-support/
In the discussion I linked to in #235 for the
evaluate
package, Hadley Wickam decides to set the minimum requirement there as R4.0.0, but then later on changes his mind back to R3.6, which is what it currently is for the dev version.The packages that are dependencies of
testthat
will continue working on R3.6 minimum, the other tidyverse packages will soon change to R4.0 minimum.So the reasoning is that we go to R4.0 minimum to stay in line with the tidyverse.
...names()
The text was updated successfully, but these errors were encountered: