Learn R Programming

likeLTD (version 6.3.0)

unitTests.likeLTD: Unit tests for the package likeLTD

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).

Arguments

Examples

Run this code
# NOT RUN {
if (require(svUnit)) {
clearLog()
runTest(svSuite("package:likeLTD"))
## Possibly run other tests here...
errorLog()
}
# }

Run the code above in your browser using DataLab