RUnit                 package:RUnit                 R Documentation

_R_U_n_i_t - _P_a_c_k_a_g_e _D_e_s_c_r_i_p_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_A_u_t_h_o_r(_s):

     Thomas K\"onig, Klaus J\"unemann & Matthias Burger

_R_e_f_e_r_e_n_c_e_s:

     RUnit - A Unit Test Framework for R. useR! 2004 Vienna

_S_e_e _A_l_s_o:

     See  'defineTestSuite', 'runTestSuite' for unit testing or
     'inspect' and 'tracker' for code inspection.

