roxygenize {roxygen} | R Documentation |
Process a package with the Rd, namespace and collate roclets.
roxygenize(package.dir, roxygen.dir, copy.package=TRUE, overwrite=TRUE, unlink.target=FALSE)
package.dir |
the package's top directory |
roxygen.dir |
whither to copy roxygen files; defaults to ‘package.roxygen’. |
copy.package |
copies the package over before adding/manipulating files. |
overwrite |
overwrite target files |
unlink.target |
unlink target directory before processing files |
NULL
Options to enable/disable specific roclet
(--no-callgraphs
, etc.)