Deprecated               package:base               R Documentation

_M_a_r_k_i_n_g _O_b_j_e_c_t_s _a_s _D_e_p_r_e_c_a_t_e_d

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

     When an object is about removed from R it is first deprecated and
     should include a call to '.Deprecated'.

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

     .Deprecated(new, package=NULL, msg)

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

     new: character string: A suggestion for a replacement function. 

 package: character string: The package to be used when suggesting
          where the deprecated function might be listed. 

     msg: character string: A message to be printed, if missing a
          default message is used. 

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

     '.Deprecated("<new name>")' is called from deprecated functions. 
     The original help page for these functions is often available at
     'help("oldName-deprecated")' (note the quotes). Functions should
     be listed in 'help("pkg-deprecated")' for an appropriate 'pkg',
     including 'base'.

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

     'Defunct'

     'base-deprecated' and so on which list the deprecated functions in
     the packages.

