cranCoverage: Code coverage test packages from CRAN.
Description
cranCoverage downloads and computes the code
coverage that bundled unit tests provides the package.
Usage
cranCoverage(packages, test.dir = NULL, ...)
Arguments
packages
character vector of package names
currently available from CRAN.
test.dir
character containing the relative file
path to the tests directory.
...
parameters to pass onto reportCoverage
Value
List containing coverage values and test enviroment. Side
effect: A webpage of the report(s) will be opened.
Details
This is for testing the latest releases of packages from
CRAN.
The function will attempt to detect the directory and type
of tests used if no test.dir parameter is passed.
See reportCoverage for descriptions of
additional parameters.