We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, see this line: https://github.com/hadley/devtools/blob/3f727a1313db1c06b2e832b4684ec10b31dc58b0/R/dev-help.r#L77
The corresponding Rd file doesn't show any of the inherited arguments: https://github.com/hadley/devtools/blob/3f727a1313db1c06b2e832b4684ec10b31dc58b0/man/help.Rd#L11
This probably has something to do with the use of the operator, utils::?``.
utils::
The text was updated successfully, but these errors were encountered:
753d748
Use parse in @inheritParams. Closes r-lib#236
c20b687
No branches or pull requests
For example, see this line:
https://github.com/hadley/devtools/blob/3f727a1313db1c06b2e832b4684ec10b31dc58b0/R/dev-help.r#L77
The corresponding Rd file doesn't show any of the inherited arguments:
https://github.com/hadley/devtools/blob/3f727a1313db1c06b2e832b4684ec10b31dc58b0/man/help.Rd#L11
This probably has something to do with the use of the operator,
utils::
?``.The text was updated successfully, but these errors were encountered: