make.package.and.check: make package and check
Description
Assemble some R code into a package and process it using R CMD
check, stopping with an error if the check resulted in any errors
or warnings.
Usage
make.package.and.check(f,
parsers = default.parsers,
verbose = TRUE)
Arguments
f
R code file name from which we will make a package
parsers
Parsers to use to make the package documentation.
verbose
print the check command line?