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
Currently, we are repeating the same text twice:
Once in docs-
lintr/R/zzz.R
Line 51 in 1a567f0
The other time in code-
Lines 101 to 102 in 1a567f0
This means that we run the risk of forgetting to update one if the other is updated.
Can we think of a way to avoid this repetition?
The text was updated successfully, but these errors were encountered:
Not completely sure yet, but there might be a hint about a possible approach in this PR.
Sorry, something went wrong.
Maybe a helper like rd_tags() can be written that would auto generate the roxygen docs from all_undesirable_functions.
rd_tags()
all_undesirable_functions
Successfully merging a pull request may close this issue.
Currently, we are repeating the same text twice:
Once in docs-
lintr/R/zzz.R
Line 51 in 1a567f0
The other time in code-
lintr/R/zzz.R
Lines 101 to 102 in 1a567f0
This means that we run the risk of forgetting to update one if the other is updated.
Can we think of a way to avoid this repetition?
The text was updated successfully, but these errors were encountered: