Closed gavinsimpson closed 2 years ago
Hey Gavin. I am just starting to contribute to packages I like. If no one else is working on this issue, I would love to offer my help to fix up all instances of aesstring() and aes(). Feel free to assign this issue to me.
Thanks for the offer @hammadsheikh! I'd already sat down and tackled most of this at the weekend
Really appreciate your project. Will have an eye out for other issues I can help you with in the future.
{gratia} makes extensive use of
aes_string()
andaes_()
to build mappings forggplot()
. Seems like these may go away and are no longer recommended: https://ggplot2.tidyverse.org/articles/ggplot2-in-packages.htmlSo fix up all instances to a new idiom as indicated on that page