-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Allow scale_{x/y}_sqrt()
to have breaks at 0.
#4775
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
Conversation
With the release of the new {scales} version, this PR is now ready for your perusal. The failing check appears, to my untrained eyes, unrelated to the code in this PR. |
Can I get you to add a NEWS bullet? |
Of course, apologies for not including it in the first place! |
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.
Looks good, but I think it needs an explicit test, rather than just relying on a change to an existing visual test.
NEWS.md
Outdated
* `aes()` now supports the `!!!` operator in its first two arguments | ||
(#2675). Thanks to @yutannihilation and @teunbrand for draft | ||
implementations. | ||
|
||
* Require rlang >= 1.0.0 (@billybarc, #4797) | ||
|
||
|
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.
Could you please remove this spurious diff?
Apologies for submitting a PR that will not work (yet). It aims to fix #980.
In anticipation of r-lib/scales#336, this PR implements (a version of) the fix suggested here that has become viable thanks to the change in {scales}.
Note that this PR will likely not pass the automated checks until the new {scales} version hits CRAN, at which point is seems a good idea to bump the required version in the description file.