gctorture                package:base                R Documentation

_T_o_r_t_u_r_e _G_a_r_b_a_g_e _C_o_l_l_e_c_t_o_r

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

     Provokes garbage collection on (nearly) every memory allocation.
     Intended to ferret out memory protection bugs.  Also makes R run
     _very_ slowly, unfortunately.

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

     gctorture(on = TRUE)

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

      on: logical; turning it on/off.

_V_a_l_u_e:

     Previous value.

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

     Peter Dalgaard

