You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a few tests use skip_if(packageVersion("base") < "3.6.0") (or similar) to not run tests on older versions of R. Since ggplot2 now requires R 4.1, these skips can now be deleted.