gginnards 0.0.3 (2019-11-26)
============================

* Revise User Guide.
* Revise documentation adding examples and correcting minor errors.
* Rewrite README in R markdown adding examples.

gginnards 0.0.2 (2019-02-23)
============================

* Implement str() method for class "ggplot" as a wrapper with tweaked default
arguments.
* Add functions mapped_vars() and data_vars() to list variables in the default
data member of objects of class "gg".
* Add function data_attributes() to list the attributes of the default data
member of objects of class "gg".

gginnards 0.0.1 (2018-07-05)
============================

Methods and functions originally part of 'ggpmisc' but removed in the update
to 'ggpmisc' 0.3.0 are included in this new package.

* Add new function drop_vars() to automatically drop from the data object
embedded in "gg" "ggplot" objects the variables neither mapped to aesthetics nor
used for faceting.
