buildPkgListing          package:reposTools          R Documentation

~~_f_u_n_c_t_i_o_n _t_o _d_o ... ~~

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

     ~~ A concise (1-5 lines) description of what the function does. ~~

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

     buildPkgListing(repList, pkgs = NULL, type = NULL)

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

 repList: A 'ReposList' object to generate the 'pkgListing' out of.

    pkgs: A subset of packages to use.  'NULL' implies all available
          packages.

    type: A subset of package types (Win32, Source, etc) to use. 'NULL'
          imples all available types.

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

     A valid 'pkgListing' object, or NULL on failure.

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

     Jeff Gentry

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

     'pkgListing', 'ReposList'

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

