packageCheck: Load a Package and Run Package-level Examples for Testing...

Description Usage Arguments Details Value Author(s) References See Also

Description

packageCheck attempts to load the specified package and to run example with the package name as an argument.

Usage

1
packageCheck(x,lib.loc=NULL)

Arguments

x

scalar character, the name of a single package

lib.loc

the library to check, passed to library

Details

Many packages do not have package-level examples; the call to example in such cases does nothing (warnings are suppressed).

Value

an scalar character string: zero if the package does not load or if example generates an error; otherwise, the package version.

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also


anniejw6/metrumrg documentation built on May 10, 2019, 11:50 a.m.