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
I see a lot of code like this:
#' @describeIn foo
Almost always this means the user intended #' @rdname foo, but the corresponding roxygenize() warning is not very helpful:
#' @rdname foo
roxygenize()
@describeIn requires name and description
Unfortunately it's not fully trivial to make this change since the error is coming from a more generalized piece of code:
roxygen2/R/tag-parser.R
Line 103 in a34bdf7
The text was updated successfully, but these errors were encountered:
Improve messages for two part tags
c537e9f
And provide a helpful suggestion for `@describeIn`. Fixes #1493.
Improve messages for two part tags (#1547)
f4dc9b1
Successfully merging a pull request may close this issue.
I see a lot of code like this:
#' @describeIn foo
Almost always this means the user intended
#' @rdname foo
, but the correspondingroxygenize()
warning is not very helpful:Unfortunately it's not fully trivial to make this change since the error is coming from a more generalized piece of code:
roxygen2/R/tag-parser.R
Line 103 in a34bdf7
The text was updated successfully, but these errors were encountered: