Changes in version 1.5.5 - 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. Changes in version 1.5.4 - Uses aka(), section() and label() from {svBase} (>= 1.7.0). No more dependencies to {data.io} and {svMisc}. Changes in version 1.5.3 - Now using $.subsettable_type() method from {svBase}. Changes in version 1.5.2 - Documentation (vignettes and README file) are completed. - License change to MIT for better reusability. Changes in version 1.5.1 - Sgg() now prefers using Sgg$ggtitle(), but Sgg$title() is accepted as well. Changes in version 1.5.0 - The gg() subsettable function is now called Sgg() and it implements svMisc:aka() and svMisc::section() to sort items in different sections. Changes in version 1.4.0 - The gg() subsettable function allows to use the pipe instead of the + in ggplot2, like ggplot() |> gg$geom_point(). Also, a completion list is available when typing gg$. Changes in version 1.3.1 - Code in chart.default() choked R CMD Check (variable y not defined in scope) is commented out. Expect a slightly different behavior with automatic geom_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 v. 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 and auto.labs = TRUE. chart 1.0.0 First version of the package.