Releases: dgkf/ggpackets
Releases · dgkf/ggpackets
v0.2.2: Compatibility with ggplot 4.0.0 (#33)
Minor patch release to handle some new errors that could pop up due to some changes with the ggplot2
v4.0.0
function API. Huge thanks to @teunbrand from ggplot2
for the forewarning of the changes and for initial work to get ggpackets
compatible.
v0.2.1
- Drops
crayon
dependency, as it was only used to color a small part of the command line output. It may be introduced again, but only if it's adopted more holistically. - Improves integrations with
ggplot2
to avoidR CMD check
warnings due to build-time embedding ofggplot2
functions to supportggplot2
's upcomingv3.4.0
release.