NEWS.md
scale_color_primer() and scale_fill_primer() (#62, #63).scale_color_atlassian() and scale_fill_atlassian() (#64).scale_color_iterm() and scale_fill_iterm() (#67).example_scatterplot() and example_barplot() to simplify discrete scale examples in documentation. This reduces boilerplate code and makes it easier to maintain the examples. Also improves graphical appearance of the examples by using a minimalist theme with alternative data subsets (#61).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.