INSTALL                 package:base                 R Documentation

_I_n_s_t_a_l_l _A_d_d-_o_n _P_a_c_k_a_g_e_s _f_r_o_m _S_o_u_r_c_e_s

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

     To install packages into the default library tree (which is rooted
     at `$R_HOME/library'), do `Rcmd INSTALL pkgs'.

     To install into the library tree `lib' instead of the default one,
     use `Rcmd INSTALL -l lib pkgs'.

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

     Rcnd INSTALL [options] [-l lib] pkgs

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

    pkgs: A list with the path names of the sources of the packages to
          be installed.

     lib: the path name of the R library tree to install to.

 options: a list of options through which in particular the build
          process for help files can be controlled.  Use `Rcmd INSTALL
          --help' for the current list of options.

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

     Both `lib' and the elements of `pkgs' may be absolute or relative
     path names. `pkgs' can also contain name of package archive files
     of the form `pkg_version.tar.gz' as obtained from CRAN (these are
     then extracted in a temporary directory `R.INSTALL' of the current
     directory).

     For checking (via the examples in the help files `man/*.Rd', use
     `Rcmd check [-l lib] <pkg>', use `Rcmd check --help' for more
     information.

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

     `REMOVE', and `library' for information on using several library
     trees and creating packages; `update.packages' for automatic
     update of packages using the internet.

