Learn R Programming

hyperSpec (version 0.98-20110927)

unittests: hyperSpec unit tests...

Description

hyperSpec unit tests If svUnit is available, run the unit tests and display the results.

Arguments

Value

  • NA if svUnit is not available, otherwise TRUE if all tests are passed successfully. If a test fails, hy.unittest stops with an error.

See Also

svUnit

Examples

Run this code
if (require (svUnit)){
hy.unittest ()
}

Run the code above in your browser using DataLab