clean_vignettes {devtools}R Documentation

Clean built vignettes.

Description

This uses a fairly rudimentary algorithm where any files in ‘inst/doc’ with a name that exists in ‘vignettes’ are removed.

Usage

clean_vignettes(pkg = ".")

Arguments

pkg

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


[Package devtools version 1.13.6 Index]