Passing ...
to complement()
deprecated
Fix bug where fix = TRUE couldn’t be passed to mnsl(), issue (#10). Thanks to @bryanhanson
Fix to work with ggplot2 2.2.1.9000
move README images to folder that CRAN can find
many fixes to remove R CMD check notes/warnings fixes issue (#5)
fix bug that gave incorrect greys
add functions rygbp and pbgyr to change the hue of a colour
add function mnsl2hvc to pull apart a munsell string
reimplement altering functions to make use of mnsl2hvc and hvc2mnsl
fix plot_mnsl to show multiple swatches of identical colour
lighter, darker, saturate and desaturate take an additional argument ‘steps’ to specify how many steps to take.
hues with zero chroma are now defined but are named using the corresponding grey (i.e. 5B 0/4 is equivalent to N 0/4) (fixes issue #3)
fixed slice_complement to display correct colours (issue #2).