Changelog
Source:NEWS.md
chart 1.5.2
Documentation (vignettes and README file) are completed.
License change to MIT for better reusability.
chart 1.5.1
-
Sgg()
now prefers usingSgg$ggtitle()
, butSgg$title()
is accepted as well.
chart 1.5.0
- The
gg()
subsettable function is now calledSgg()
and it implementssvMisc:aka()
andsvMisc::section()
to sort items in different sections.
chart 1.4.0
- The
gg()
subsettable function allows to use the pipe instead of the+
in ggplot2, likeggplot() |> gg$geom_point()
. Also, a completion list is available when typinggg$<tab>
.
chart 1.3.1
Code in
chart.default()
chokedR CMD Check
(variabley
not defined in scope) is commented out. Expect a slightly different behavior with automaticgeom_point()
with only one variable.GitHub repository cleaned up (spelling + GitHub actions added).
chart 1.3.0
Two bugs in chart.default() that appeared with ggplot 3.0 are solved.
ggplot2 3.0 viridis palettes are not needed any more and are thus eliminated.
chart 1.2.0
- The functions to use viridis palettes in ggplot2 are cloned here from ggplot2
- 3.0.0, in order to use them also with older ggplot2 plots.
chart 1.1.0
First implementation of base and lattice versions of
chart()
s.Addition of
combine_charts()
.
chart 1.0.1
- A bug in
chart()
produced an error when labels are not defined andauto.labs = TRUE
.