unitTests.svMisc {svMisc}R Documentation

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

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

Examples

if (require(svUnit)) {
    clearLog()
    runTest(svSuite("package:svMisc"), "svMisc")
    errorLog()
}

[Package svMisc version 0.9-70 Index]