RUnit {RUnit} | R Documentation |
This package models the common Unit Test framework for R and provides functionality to track results of test case execution and generate a summary report. It also provides tools for code inspection and thus for test case coverage analysis.
Thomas König, Klaus Jünemann & Matthias Burger
RUnit - A Unit Test Framework for R. useR! 2004 Vienna
See defineTestSuite
, runTestSuite
for unit testing or inspect
and
tracker
for code inspection.