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
hi
I think this issue: r-lib/devtools#1984 comes from assuming that this subsetting is always possible: https://github.com/klutometis/roxygen/blob/be3ef309381923e64337c3324510746990fde62f/R/object.R#L71
and that is not true for functions whose body is empty, thus explaining that Orwellian issue in devtools.
devtools
The text was updated successfully, but these errors were encountered:
devtools::document()
setMethod
Fixed as part of #847
Sorry, something went wrong.
No branches or pull requests
hi
I think this issue: r-lib/devtools#1984 comes from assuming that this subsetting is always possible: https://github.com/klutometis/roxygen/blob/be3ef309381923e64337c3324510746990fde62f/R/object.R#L71
and that is not true for functions whose body is empty, thus explaining that Orwellian issue in
devtools
.The text was updated successfully, but these errors were encountered: