-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using scale_colour_xxx
throws a warning with recent ggplot2
#25
Comments
Thanks! Fixed in #26. |
ggsci 3.0.2 is now on CRAN: https://cran.r-project.org/package=ggsci |
Please use |
Thanks for spotting this issue. I'm on it: #29 |
Hi,
Thank you for this wonderful package.
Using
scale_colour_xxx()
throws a warning with recent ggplot2:It seems to pertain to this line :
ggsci/R/discrete-lancet.R
Line 88 in 0b9645a
From what I understood from tidyverse/ggplot2#1312, the deprecation means that the name should be simply removed:
discrete_scale("fill", palette=pal_lancet(palette, alpha), ...)
.The text was updated successfully, but these errors were encountered: