devtools (version 1.2)

build_vignettes: Build package vignettes.

Description

Builds package vignettes using the same algorithm that R CMD build does. This means includes non-Sweave vignettes, using make files (if present), and copying over extra files.

Usage

build_vignettes(pkg = ".")

Arguments

pkg
package description, can be path or package name. See as.package for more information

See Also

clean_vignettes to remove the pdfs in inst/doc created from vignettes

clean_vignettes to remove build tex/pdf files.