maxygen (version 1.0.0)

macument: Use Markdown and Roxygen to document a package

Description

Use Markdown and Roxygen to document a package

Usage

macument(pkg = ".", roclets = NULL, ...)

Arguments

pkg
Package description, can be path or package name. See as.package in devtools for more information.
roclets
Character vector of roclet names to use with package. This defaults to NULL, which will use the roclets fields in the list provided in the Roxygen DESCRIPTION field. If none are specified, defaults to c("collate", "namespace", "rd").
...
Additional parameters are passed to devtools::document.