Deprecated               package:base               R Documentation

_D_e_p_r_e_c_a_t_e_d _F_u_n_c_t_i_o_n_s

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

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

     `.Deprecated("<new name>")' is called from deprecated functions.

     `provide' allows code to register the names of packages that it
     encompasses.  The argument is stored in the list `.Provided'.
     `provide' returns `FALSE' if the package was already present in
     `.Provided' or among the packages in `search()'.  The main use for
     `provide' is when multiple packages share code.  This is most
     likely when the code implements features present in S(-PLUS) but
     not in R.

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

     .Deprecated(new)

     provide(package)

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

     `Defunct'

