All edits in this update are related to the debug geom and stats. Overall the edits aim at simplifying the interface and ensuring that the package works with recent versions of ‘ggplot2’. Because of the way ggplot works, geoms used as argument to stats may not see all default arguments, so a simpler interface makes use easier.
Changes compared to ‘gginnards’ 0.0.4:
- Add
geom_debug_npc()
as a synonym forgeom_debug()
to allow debugging of geoms supporting npc coordinates as defined in package ‘ggpp’. - Revise
stat_debug_group()
andstat_debug_panel()
simplifying the output to the console. In particular avoid setting default aesthetics, change default forgeom
to"debug"
and usedhead()
as default for summaries . - Revise
geom_debug()
settinghead()
as default forsummary.fun
. - Revise part 1 of the User Guide.Some of these changes to default arguments and function parameters are code-breaking but of little consequence as these debugging functions are meant to be used interactively.
Documentation web site at http://docs.r4photobiology.info/gginnards/ includes all help pages, with output from all examples, and vignettes in HTML format.
NOTE: The new version of the package is on its way to CRAN.
Please raise issues concerning bugs or enhancements to this package through GitHub https://github.com/aphalo/gginnards/issues