-
Notifications
You must be signed in to change notification settings - Fork 2.1k
improve aesthetic documentation #3788
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
This PR and #3786 by @kelseymoty touch the same file and cannot be both merged without conflict. Since #3786 is smaller in scope, it should probably be merged first. |
@rivaquiroga PR #3786 has now been merged. Do you want to update your PR so it can be merged as well? The first step would be to merge in the current master branch and fix any conflicts. You may simply want to discard your changes to the file |
@clauswilke do you want to finish this off? |
Sure, I'll do it. |
Merge branch 'master' into rivaquiroga-aes-documentation # Conflicts: # R/aes-colour-fill-alpha.r # man/aes_colour_fill_alpha.Rd
@paleolimbot Could you look this over, since you filed the original issue? I'm done with cleaning this up. |
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.
A few suggestions to leave or take! I think I had something in mind when I opened the issue about making rd_aesthetics()
a bit smarter (maybe even link to these pages), but that's a battle for another day.
Thanks @rivaquiroga, this will be part of the next ggplot2 release. |
Closes #3293