-
Notifications
You must be signed in to change notification settings - Fork 37
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
chore: drop scale_name
ggplot2 arg and drop fansi dep
#663
Conversation
… no need to depend on ggplot2 3.5.0) (no need to specify `scale_name`?
scale_name
ggplot2 arg and use fansi::strip_ctl()
instead of deprecated fansi::strip_sgr()
scale_name
ggplot2 arg and drop fansi dep
@krlmlr since cli provides a lot of the ansi functions, would you consider dropping fansi? or is the performance loss high? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking this on! No objections, but tibble uses fansi too IIUC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking this on! No objections, but tibble uses fansi too IIUC.
Co-authored-by: Kirill Müller <[email protected]>
I opened a PR in tibble and test them both! (tidyverse/tibble#1589) |
Thanks! |
Drop fansi dep and avoid setting scale_name in ggplot2