Update geom_debug()
to avoid several spurious
warnings triggered by unrecognized parameters and aesthetics. Aesthetics
silently accepted include all those used by geoms from packages
‘ggplot2’, ‘ggpp’, and ‘ggrepel’.
Improve the printed output from geom_debug()
,
stat_debug_group()
and
stat_debug_panel()
.
Change the default geom of stat_debug_group()
and
stat_debug_panel()
from "debug"
to
"null"
.
Tested working with ‘ggplot2’ 3.3.6 and upcoming ‘ggplot2’ 3.4.0 (v3.4.0-rc).
Minor update to User Guide 2 and four code examples in functions’ documentation 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.