[Roxygen-devel] only write in the NAMESPACE
Romain François
francoisromain at free.fr
Mon Oct 6 17:28:20 CEST 2008
Hello,
Is there a way to only write NAMESPACE instructions, and not Rd
instructions. For example, I define a print method for my S3 class
"foo", I want to register it as an S3 method, but I don't feel like
documenting it:
#' @S3method print foo
print.foo <- function( x, ...){
cat("bar\n")
}
I did not find a way to turn off make.Rd.roclet. Am I missing something ?
Best Regards,
Romain Francois
Tel: +33(0) 6 28 91 30 30
R Programmer available for consulting
More information about the Roxygen-devel
mailing list