Skip to content

Releases: dgkf/ggpackets

v0.2.2: Compatibility with ggplot 4.0.0 (#33)

05 Jul 18:27
1f2f913
Compare
Choose a tag to compare

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

11 Oct 13:54
5c24be6
Compare
Choose a tag to compare
  • 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 avoid R CMD check warnings due to build-time embedding of ggplot2 functions to support ggplot2's upcoming v3.4.0 release.

v0.2.0

14 Jul 17:31
Compare
Choose a tag to compare

Initial release version, as published to CRAN