ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

Bump deprecations

Open teunbrand opened this issue 1 year ago • 0 comments

This PR does not fix an issue, but I see it as regular maintenance.

Briefly, it converts deprecate_warn0() to lifecycle::deprecate_stop() for functions/arguments that were deprecated prior to ggplot 3.3.0. It converts deprecate_soft0() to deprecate_warn0() for functions/arguments that were deprecated up to ggplot2 3.2.0 and removes examples.

I thought 5 years to be an OK horizon for deprecation warnings and I felt it was time to stop allowing things from the previous major version. Happy to make these timelines shorter though :)

teunbrand avatar Oct 15 '24 09:10 teunbrand