installReps             package:webbioc             R Documentation

_I_n_s_t_a_l_l _a_l_l _r_e_p_o_s_i_t_o_r_y _p_a_c_k_a_g_e_s

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

     Using reposTools, install/update all packages from given
     repositories.

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

     installReps(repNames = "aData", lib = .libPaths()[1], 
                 type = getOption("pkgType"))

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

repNames: A character vector containing repository names. A listing of
          known repository names can be found with the getReposOption()
          function. 

     lib: A path to install/update the packages. If this directory does
          not exist, it will be created (if possible). 

    type: type of package do download

_A_u_t_h_o_r(_s):

     Colin A. Smith webbioc@colinsmith.org

