Changelog
Source:NEWS.md
ggtibble 1.0.1.9000
-
ggtibble()
now warns ifoutercols
are not used in either thecaption
or thelabs
argument (#13). -
ggtibble
andgglist
objects now work with the ggplot2%+%
operator (#16) - A new
ggsave()
generic function will now enable simpler saving ofggtibble
andgglist
objects (unique filenames are required to save). -
aes()
anddata.frame()
objects can be added toggtibble
andgglist
objects (#23).
ggtibble 1.0.1
CRAN release: 2024-06-19
-
labs
argument toggtibble()
can now include `NULL (#6) -
guides()
can now be added togglist
objects. - Labels created with the
labs
argument toggtibble()
will not longer all be the same (#3) -
new_gglist()
andnew_ggtibble()
are now exported making it easier to create objects.