Learn R Programming

CEC (version 0.10.3)

run.cec.tests: CEC package tests.

Description

This function is used to run cec package "unit test"-like system. The set of tests is located in inst/cec_tests directory and it consists of .R files defining each test case. This is also used for R CMD check.

Usage

run.cec.tests()

Arguments

Value

No return value. Stops with error when a test fails.