biocReposList            package:Biobase            R Documentation

_R_e_t_u_r_n _a _l_i_s_t _o_f _B_i_o_c_o_n_d_u_c_t_o_r _p_a_c_k_a_g_e _r_e_p_o_s_i_t_o_r_i_e_s

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

     This function returns a named character vector of Bioconductor
     package repositories.

     The vector can be used as the 'repos' argument to
     'install.packages' and friends.

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

     biocReposList()

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

     The repository URLs are hardcoded for each release.

_V_a_l_u_e:

   bioc : URL of main Bioc package repository

  aData : URL for Bioc annotation data package repository

  eData : URL for Bioc experiment data package repository

     oh : URL for Bioc Omegahat package repository.  This repository
          contains the versions of Omegahat packages that were tested
          with the current Bioc release.

     li : URL for Bioc Lindsey package repository.

   cran : URL for Bioc CRAN package repository.  This is just a normal
          CRAN repository.

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

     S. Falcon

_E_x_a_m_p_l_e_s:

     brl <- biocReposList()

