Minor update to User Guide 2 and four code examples in functions’ documenttaion to address non-compliance with CRAN requirements.
Minor update to User Guide 2 figures to enhance clarity.
Add geom_debug_npc()
as a synonym for geom_debug()
to allow debugging of geoms supporting npc coordinates as defined in package ‘ggpp’.
Revise stat_debug_group()
and stat_debug_panel()
simplifying the output to the console. In particular avoid setting default aesthetics, change default for geom
to "debug"
and used head()
as default for summaries .
Revise geom_debug()
setting head()
as default for summary.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.
geom_sf()
plot layers.Methods and functions originally part of ‘ggpmisc’ but removed in the update to ‘ggpmisc’ 0.3.0 are included in this new package.
Last release before split. Please, see documentation for ‘ggpmisc’ for earlier history.