ReposList-class package:reposTools R Documentation _C_l_a_s_s "_R_e_p_o_s_L_i_s_t", _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 _i_n_f_o_r_m_a_t_i_o_n _D_e_s_c_r_i_p_t_i_o_n: A class to manage multiple repositories as a single entity. _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("ReposList", ...)'. A convenience function, 'buildReposList' can be used as well. _S_l_o_t_s: '_r_e_p_L_i_s_t': Object of class '"list"' a list of 'ReposEntry' objects. _M_e_t_h_o_d_s: _s_h_o_w 'signature(object = "ReposList")': Provides a display of contained information _d_o_w_n_l_o_a_d_R_e_p_F_i_l_e 'signature(object = "ReposList")': Will download a file from a given repository _g_e_t_R_e_p_E_n_t_r_y 'signature(object = "ReposList")': Retrieves a specific 'ReposEntry' object from the list _n_u_m_R_e_p_s 'signature(object = "ReposList")': The number of repositories managed by the list _r_e_p_L_i_s_t<- 'signature(object = "ReposList")': Edits the repository listing. Can use either another 'ReposList', a 'ReposEntry', or an actual list. _r_e_p_L_i_s_t 'signature(object = "ReposList")': Retunrs the 'repList' slot. _r_e_p_N_a_m_e_s 'signature(object = "ReposList")': Returns the names of the known repositories. _r_e_p_P_k_g_I_n_f_o_L_i_s_t 'signature(object = "ReposList")': Returns a list of 'pkgInfo' objects for packages stored in the known repositories. _r_e_p_P_k_g_s 'signature(object = "ReposList")': Returns the names of the packages in the known repositories. _r_e_p_U_R_L_s 'signature(object = "ReposList")': Returns the URLs for the known repositories. _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'buildReposList', 'getReposList', 'ReposEntry', 'pkgInfo' _E_x_a_m_p_l_e_s: ##---- Should be DIRECTLY executable !! ----