Since moving the site to Quarto I am updating this post to give a concise overview of changes. Differences between versions are listed in detail in the NEWS file.
Overview of changes
Version 0.2.0 brings new geometries geom_debug_panel()
and geom_debug_group()
supporting printing of params
in addition to printing of a data
summary and updated known aesthetic names.
Version 0.1.2 fixes one bug.
Version 0.1.1 is a maintenance release, with minor enhancements and edits for compatibility with upcoming ‘ggplot2’ 3.4.0. The only highly visible change is in more clearly separating the roles of the debug statistics and the debug geom by setting geom_null()
as the default for the statistics. It also contains bug fixes.
Documentation web site includes all help pages, with output from all examples, vignettes in HTML format and a cheatsheet as a PDF file.
Please raise issues concerning bugs or enhancements to this package through GitHub at https://github.com/aphalo/gginnards/issues. Pull requests are also welcome.