Changelog
Source:NEWS.md
tidyplots 0.1.2
CRAN release: 2024-11-08
- Initial CRAN release
- New S3 class
tidycolor
for color schemes. The print method oftidycolor
sends a html preview of the color scheme to the RStudio viewer panel. - New
new_color_scheme()
to create custom color schemes. - New build-in color schemes using the prefix
colors_discrete_
,colors_continuous_
andcolors_diverging_
. -
adjust_colors()
now also works with too few or too many provided colors. - New function factory behind
adjust_x_axis()
andadjust_y_axis()
- Updated README and documentation.