roxygenize {roxygen}R Documentation

Process a package with the Rd, namespace and collate roclets.

Description

Process a package with the Rd, namespace and collate roclets.

Usage

roxygenize(package.dir, roxygen.dir, copy.package=TRUE, overwrite=TRUE,
    unlink.target=FALSE)

Arguments

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

Value

NULL

TODO

Options to enable/disable specific roclet (--no-callgraphs, etc.)


[Package roxygen version 0.1 Index]