pkgListing-class package:reposTools R Documentation _A _c_l_a_s_s _t_o _c_o_o_r_d_i_n_a_t_e _r_e_p_o_s_i_t_o_r_y _p_a_c_k_a_g_e _i_n_f_o_r_m_a_t_i_o_n _D_e_s_c_r_i_p_t_i_o_n: Coordinates package information from multiple repositories, maintaining a list of packages, version information and which versions of which packages are from which repositories. _O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s: Objects can be created by calls of the form 'new("pkgListing", ...)'. Also, a convenience function, 'buildPkgListing' has been provided which will construct the 'pkgListing' from just a 'reposList' object. _S_l_o_t_s: '_p_k_g_L_i_s_t': A list, detailing packages and versions '_r_e_p_L_i_s_t': Object of class '"ReposList"', defines the known repositories. _M_e_t_h_o_d_s: _s_h_o_w 'signature(object = "pkgListing")': Summarizes information stored. _d_o_w_n_l_o_a_d_R_e_p_F_i_l_e 'signature(object = "pkgListing")': Downloads a given file from one of the known repositories. _g_e_t_R_e_p_E_n_t_r_y 'signature(object = "pkgListing")': Retrieves a specific 'repEntry' object from the repository listing. _g_e_t_R_e_p_U_R_L 'signature(object = "pkgListing")': Retrieves the URL for a specific repository in the object _p_a_c_k_a_g_e_s 'signature(object = "pkgListing")': Lists available packages in the known repositories. _p_k_g_L_i_s_t 'signature(object = "pkgListing")': Retrieves the 'pkgList' slot _p_k_g_V_e_r_s_i_o_n_L_i_s_t 'signature(object = "pkgListing")': Returns a more formatted list representing the information in the 'pkgList' slot, allowing for the names to be replaced with repository names or URLs as well. _r_e_p_L_i_s_t_i_n_g 'signature(object = "pkgListing")': Retrieves a 'replisting' slot from one of the known repositories. _r_e_p_L_i_s_t 'signature(object = "pkgListing")': Retrieves the 'repList' slot. _s_u_m_m_a_r_y 'signature(object = "pkgListing")': A briefer summary of contents then 'show' _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'buildPkgListing', 'ReposList', 'ReposEntry' _E_x_a_m_p_l_e_s: ##---- Should be DIRECTLY executable !! ----