frictionless-r icon indicating copy to clipboard operation
frictionless-r copied to clipboard

Set minimum R dep to R3.6.0 (originally R4.0 was suggested)

Open PietrH opened this issue 7 months ago • 1 comments

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()

PietrH avatar Jul 09 '24 15:07 PietrH