NEWS.md
scale_color_observable()
and scale_fill_observable()
(#41).scale_color_bs5()
and scale_fill_bs5()
(#18).scale_color_tw3()
and scale_fill_tw3()
(#19).R/sysdata.rda
to R/palettes.R
. This change enhances package development transparency, reduces unnecessary indirection, and simplifies contributions by avoiding the construction of the palette data using the R script in data-raw/
(#42).scale_color_bmj()
and scale_fill_bmj()
(thanks, @huichen99, #32).scale_name
is needed for all discrete_scale()
calls. This ensures ggsci always works regardless of the ggplot2 version installed (thanks, @flyingicedragon, #29).scale_name
from all discrete_scale()
calls because the argument has been deprecated in ggplot2 3.5.0 (thanks, @DanChaltiel, #25).README.Rmd
by switching to the ragg PNG device and using pngquant for compression.size
with linewidth
in code examples for ggplot2 >= 3.4.0.LazyData
field from DESCRIPTION
.