- Dependency to {pryr} is removed, since the package is archived from CRAN. A copy of its
modify_lang()function is added here to get rid of that dependency.
- Uses
aka(),section()andlabel()from {svBase} (>= 1.7.0). No more dependencies to {data.io} and {svMisc}.
- Now using
$.subsettable_type()method from {svBase}.
-
Documentation (vignettes and README file) are completed.
-
License change to MIT for better reusability.
Sgg()now prefers usingSgg$ggtitle(), butSgg$title()is accepted as well.
- The
gg()subsettable function is now calledSgg()and it implementssvMisc:aka()andsvMisc::section()to sort items in different sections.
- 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>.
-
Code in
chart.default()chokedR CMD Check(variableynot 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).
-
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.
- The functions to use viridis palettes in ggplot2 are cloned here from ggplot2 v. 3.0.0, in order to use them also with older ggplot2 plots.
-
First implementation of base and lattice versions of
chart()s. -
Addition of
combine_charts().
- A bug in
chart()produced an error when labels are not defined andauto.labs = TRUE.
First version of the package.