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
This gives S3method(plot,\"function\") but function should not be quoted:
S3method(plot,\"function\")
function
roc = namespace_roclet() roc_proc_text(roc,"#' @S3method plot function\nNULL")
It is caused by an unnecessary call to quote_if_needed(), I think.
quote_if_needed()
The text was updated successfully, but these errors were encountered:
sorry, I'm wrong
Sorry, something went wrong.
No branches or pull requests
This gives
S3method(plot,\"function\")
butfunction
should not be quoted:It is caused by an unnecessary call to
quote_if_needed()
, I think.The text was updated successfully, but these errors were encountered: