registerDoSEQ            package:foreach            R Documentation

_r_e_g_i_s_t_e_r_D_o_S_E_Q

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

     The 'registerDoSEQ' function is used to explicitly register a
     sequential parallel backend with the foreach package. This will
     prevent a warning message from being issued if the '%dopar%'
     function is called and no parallel backend has been registered.

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

     registerDoSEQ()

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

     'registerDoSNOW'

_E_x_a_m_p_l_e_s:

     # specify that %dopar% should run sequentially
     registerDoSEQ()

