Skip to content
New issue

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

no need to quote S3 class names? #52

Closed
yihui opened this issue Oct 31, 2011 · 1 comment
Closed

no need to quote S3 class names? #52

yihui opened this issue Oct 31, 2011 · 1 comment

Comments

@yihui
Copy link
Contributor

yihui commented Oct 31, 2011

This gives S3method(plot,\"function\") but function should not be quoted:

roc = namespace_roclet()
roc_proc_text(roc,"#' @S3method plot function\nNULL")

It is caused by an unnecessary call to quote_if_needed(), I think.

@yihui
Copy link
Contributor Author

yihui commented Oct 31, 2011

sorry, I'm wrong

@yihui yihui closed this as completed Oct 31, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant