chk_pkg: Checks a dev package
Description
creates a Rcheck directory with various log files and
prints diagnostic messagesUsage
chk_pkg(pkg, no_codoc = FALSE, no_examples = FALSE,
no_install = FALSE, no_manual = FALSE,
no_vignettes = FALSE, no_rebuild_vignettes = TRUE)
Arguments
pkg
character, name of the package
no_codoc
do not check for code/documentation
mismatches
no_examples
do not run the examples in the Rd
files
no_install
skip installation and associated tests
no_manual
do not produce the PDF manual
no_vignettes
do not check Sweave vignettes
no_rebuild_vignettes
do not re-build PDFs of
vignettes