
Changelog
PrettyCols 1.0.1.9000+ 2023_08_29
- Move Python implementation to separate repository
- Add
scale_*_pretty_div()
diverging scale functions - Changes examples to mtcars data
PrettyCols 1.0.1 2023_01_27
CRAN release: 2023-01-27
- Add 12 new palettes
- Allow multiple selection of palettes
- Filter by colourblind friendly palettes
- Add
legend_title
argument to scale functions - Edit
print.palette
to add border - Update tests and vignettes
- More informative error messages
PrettyCols 1.0.0 2022_08_28
CRAN release: 2022-08-31
- first CRAN submission
- use CC0 license
- remove
complementary_color()
- add examples to documentation
PrettyCols 0.0.7 2022_08_27
- add
view_all_palettes()
function - add
Autumn
,Winter
,Rainbow
,Teals
andTealGreens
palettes - update vignettes
- edit layout of print function slightly
- add basic tests using {testthat}