Check if palette has enough number of colors
Informs the user about not using the default color palette when the number of factor levels is greater than 8, the maximum number of colors allowed by "Dark2" palette from the {RColorBrewer} package.
"Dark2"
{RColorBrewer}
.is_palette_sufficient(package, palette, min_length)
ggstatsplot:::.is_palette_sufficient("RColorBrewer", "Dark2", 6L) ggstatsplot:::.is_palette_sufficient("RColorBrewer", "Dark2", 12L)
Useful links