Note, the class and methods to be compiled have to be loaded into
R by for instance library() or source() before calling
this method.
## Static method (use this):
## Rdoc$compile(filename=".*[.]R$", destPath=getManPath(this), showDeprecated=FALSE,
## addTimestamp=FALSE, locale="C", verbose=FALSE, source=FALSE, check=TRUE,
## debug=FALSE, ...)
## Don't use the below:
"compile"(this, filename=".*[.]R$", destPath=getManPath(this), showDeprecated=FALSE, addTimestamp=FALSE, locale="C", verbose=FALSE, source=FALSE, check=TRUE, debug=FALSE, ...)TRUE, Rd files are generated for deprecated
objects too, otherwise not.TRUE, the Rdoc files will be source():ed first.
This work of course only for Rdoc files that are R source files.TRUE, detailed compilation information is printed.TRUE, extra debug information is printed.Rdoc.