loading...
  • Uses aka(), section() and label() 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 using Sgg$ggtitle(), but Sgg$title() is accepted as well.
  • The gg() subsettable function is now called Sgg() and it implements svMisc:aka() and svMisc::section() to sort items in different sections.
  • 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$<tab>.
  • 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
    1. 3.0.0, in order to use them also with older ggplot2 plots.

chart 1.1.0

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.