palette 0.0.3
- Adds lighten()anddarkness()generic
functions to lighten or darken colors.
- Corrects R dependency to R (>= 4.1.0).
palette 0.0.2
- Minor documentation fixes for CRAN resubmission.
palette 0.0.1
- Initial CRAN submission.
- Implements paletteclass with support for:
- palettevectors can be plotted using- plot().
- palettevectors have pretty printing in the
console.
- palettevectors in- tibbles have- pillarmethods for color display.
 
- Adds a palette_function()generator to usepalettes withinggplot2discrete scales.
- Implements testing with testthatandvdiffr.