Skip to content
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

omit already documented params from inheritDotParams, closes #885 #886

Merged
merged 5 commits into from
Sep 17, 2019

Conversation

mjskay
Copy link
Contributor

@mjskay mjskay commented Jul 24, 2019

This PR is a fix for #885. It changes @inheritDotParams slightly so that it only lists parameters under ... that aren't already documented.

Since parameter names that are listed as arguments to the function (and therefore should already be documented) can't get passed to ... anyway (right?), this seems like a safe change that will not have unexpected side effects, but which can also save some maintenance cost for users when wrapping functions and passing arguments using ....

@hadley hadley merged commit 359b12d into r-lib:master Sep 17, 2019
@hadley
Copy link
Member

hadley commented Sep 17, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants