r-lib / styler

Non-invasive pretty printing of R code
https://styler.r-lib.org
Other
703 stars 70 forks source link

Bump minimum needed R version to 4.0 #1196

Closed IndrajeetPatil closed 2 months ago

IndrajeetPatil commented 2 months ago

Since R 4.4 is out now:

Screenshot 2024-05-05 at 17 54 31

Similar to https://github.com/r-lib/lintr/issues/2569

lorenzwalthert commented 2 months ago

Exactly. There are some things from #581 that we might clean up.

IndrajeetPatil commented 2 months ago

The parser version will now always be 3L, so, technically, we could get rid of it.

But, then, it might be good to retain it to be future-proof in case we need to introduce a new version to accommodate some parser changes in future R versions.