unittests: hyperSpec unit tests If 'svUnit' is available, run the unit...

Description Usage Value Author(s) See Also Examples

Description

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

Usage

1

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.

Author(s)

C. Beleites

See Also

svUnit

Examples

1
2
3
if (require (svUnit)){
  hy.unittest ()
}

hyperSpec documentation built on May 2, 2019, 5:45 p.m.