clean_vignettes {devtools} | R Documentation |
This uses a fairly rudimentary algorithm where any files in ‘doc’ with a name that exists in ‘vignettes’ are removed.
clean_vignettes(pkg = ".")
pkg |
The package to use, can be a file path to the package or a
package object. See |