tidyverse/ggplot2

Delete code for old versions of R

Closed this issue · 1 comments

There are a few places in the code base that only run if getRversion() < "3.3" (or similar). Since ggplot2 now requires R 4.1, many of these can be deleted.

There's also one use of packageVersion("grid") >= "3.6" that could also now be dropped.