REMOVE                 package:utils                 R Documentation

_R_e_m_o_v_e _A_d_d-_o_n _P_a_c_k_a_g_e_s

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

     Utility for removing add-on packages.

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

     R CMD REMOVE [options] [-l lib] pkgs

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

    pkgs: a list with the names of the packages to be removed.

     lib: the path name of the R library tree to remove from.  May be
          absolute or relative.

 options: further options.

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

     If used as 'R CMD REMOVE pkgs' without explicitly specifying
     'lib', packages are removed from the library tree rooted at the
     first directory in the library path which would be used by R run
     in the current environment.

     To remove from the library tree 'lib', use 'R CMD REMOVE -l lib
     pkgs'.

     Use 'R CMD REMOVE --help' for more usage information.

_N_o_t_e:

     Some binary distributions of R have 'INSTALL' in a separate
     bundle, e.g. an 'R-devel' RPM.

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

     'INSTALL', 'remove.packages'

