-
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
Fixing documentation in binned_scale suggesting it defaults to oob = censor #5691
Conversation
Hi there, thanks for putting together a PR. The documentation is generated from the .R files, so the appropriate place to make edits is here: Lines 249 to 266 in a4be39d
After such edits have been made, you can use |
When I was using roxygen2::roxygenise(), it automatically remade the .Rd files for a lot of the R files, including aes_colour_fill_alpha.Rd, position_dodge.Rd, etc. These changes seem to be minimal in every file except man/binned_scale.Rd, man/scale_binned.Rd and man/scale_steps.Rd. For example, in man/aes_colour_fill_alpha.Rd: It seems that document() simply reordered two of the items so all items are alphabetical, and the same goes for some of the other minimally-changed files. Should I revert the changes to these minimally-changed documents and then push again or is it okay to leave them in? |
The unrelated changes are due to roxygen2 versions and is nothing to worry about. We'll merge in another PR soon that updates these files too, and they shouldn't show up as diffs anymore. I'm going to hold off on merging this PR until release, to avoid conflicts, but I think the PR looks great as-is. |
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 to me, thanks for the contribution!
Attempting to resolve issue #5655