unitTests.likeLTD: Unit tests for the package likeLTD

Description Author(s) Examples

Description

Performs unit tests defined in this package by running example(unitTests.likeLTD). Tests are in runit*.R files Located in the '/unitTests' subdirectory or one of its subdirectories ('/inst/unitTests' and subdirectories in package sources).

Author(s)

John Doe (john.doe@doelabs.org)

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
if (require(svUnit)) {
clearLog()
runTest(svSuite("package:likeLTD"))
## Possibly run other tests here...
errorLog()
}

## End(Not run)

likeLTD documentation built on May 1, 2019, 7:58 p.m.