-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix back-transformation of ranges in coords, without API cleanup #2832
Fix back-transformation of ranges in coords, without API cleanup #2832
Conversation
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.
Can you please pull the spurious documentation changes into a different PR?
06e4154
to
078915e
Compare
Spurious documentation changes are removed. |
078915e
to
f00aa42
Compare
f00aa42
to
bab7ffa
Compare
…ersion of ggplot2 Originally caused by tidyverse/ggplot2#2832 Need to wait for tidyverse/ggplot2#2821 to be merged. Expecting a bug fix release between 3.0.0 and when this bug will be fixed, so can not compare against pkg versions. :-/
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
This PR fixes #2149 and #2812. It is essentially the same as PR #2821, except here the
range()
function is not renamed. This makes this a non-breaking fix that should be good for 3.0.1. I'm keeping PR #2821 open for its API cleanup, which I think is still appropriate but should be done later.