roxygen3 (version 0.1)

roxygenise: Roxygenise a package.

Description

This converts roxygen comments in to Rd files in the ‘man/’ directory, directives in the ‘NAMESPACE’, and fields in the ‘DESCRIPTION’.

Usage

roxygenise(path, check = FALSE, clean = FALSE)

Arguments

path
path to package
check
should check_doc be run after documentation is complete?
clean
if TRUE will delete the contents of ‘man/’ before generating output.