frictionless-r
frictionless-r copied to clipboard
Set minimum R dep to R3.6.0 (originally R4.0 was suggested)
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.
- [x] Update DESCRIPTION
- [x] Create CI action
- [x] Remove usage of
...names()