Closed this issue 2 months ago · 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.
getRversion() < "3.3"
There's also one use of packageVersion("grid") >= "3.6" that could also now be dropped.
packageVersion("grid") >= "3.6"