gtools-deprecated           package:gtools           R Documentation

_D_e_p_r_e_c_a_t_e_d _F_u_n_c_t_i_o_n_s _i_n _t_h_e _g_t_o_o_l_s _p_a_c_k_a_g_e

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

     These functions are provided for compatibility with older versions
     of gtools, and may be defunct as soon as the next release.

_U_s_a_g_e:

     assert(FLAG)

_A_r_g_u_m_e_n_t_s:

    FLAG: Expression that should evaluate to a boolean vector

_D_e_t_a_i_l_s:

     The original help page for these functions is often available at
     'help("oldName-deprecated")' (note the quotes).

     'assert' is a deprecated synonym for 'stopifnot'.

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

     'Deprecated'

