Build complete static documentation for a package.

Usage

build_package(package, base_path, examples = TRUE)

Arguments

package
name of package (as character string) to create documentation for
base_path
root directory in which to create documentation
examples
include examples or not? Examples are particularly slow to render because all code must be run, so turning them off makes it easier to tweak templates etc.

Description

Build complete static documentation for a package.