Changelog
Source:NEWS.md
ggtibble 1.0.2
-
ggtibble()now warns ifoutercolsare not used in either thecaptionor thelabsargument (#13). -
ggtibbleandgglistobjects now work with the ggplot2%+%operator (#16) - A new
ggsave()generic function will now enable simpler saving ofggtibbleandgglistobjects (unique filenames are required to save). -
aes()anddata.frame()objects can be added toggtibbleandgglistobjects (#23). -
ggsave()can accept a character vector of all filenames to use when saving (#25). - Update testing to work with ggplot2 version 4.0.0
ggtibble 1.0.1
CRAN release: 2024-06-19
-
labsargument toggtibble()can now include `NULL (#6) -
guides()can now be added togglistobjects. - Labels created with the
labsargument toggtibble()will not longer all be the same (#3) -
new_gglist()andnew_ggtibble()are now exported making it easier to create objects.