Learn R Programming

svMisc (version 0.9-68)

unitTests.svMisc: Unit tests for the package svMisc

Description

Performs unit tests defined in this package by running example(unitTests.svMisc). 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
if (require(svUnit)) {
    clearLog()
    runTest(svSuite("package:svMisc"), "svMisc")
    errorLog()
}

Run the code above in your browser using DataLab