pkgStatusList-class package:reposTools R Documentation _C_l_a_s_s "_p_k_g_S_t_a_t_u_s_L_i_s_t", _m_a_i_n_t_a_i_n_s _s_t_a_t_u_s _f_o_r _m_u_l_t_i_p_l_e _p_a_c_k_a_g_e_s _D_e_s_c_r_i_p_t_i_o_n: Maintains a set of 'pkgStatus' objects, and methods for interacting with them. _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("pkgStatusList", ...)'. _S_l_o_t_s: '_s_t_a_t_u_s_L_i_s_t': Object of class '"list"', a list of 'pkgStatus' objects '_m_a_t_c_h_e_s_L_i_s_t': Object of class '"list"', a list detailing any potential matches found for packages that were not found, in the event there were typos. _M_e_t_h_o_d_s: _s_h_o_w Summarizes the information stored in the listing _s_t_a_t_u_s_L_i_s_t Returns the 'statusList' slot _s_t_a_t_u_s_L_i_s_t<- Edits the 'statusList' slot. User can pass in another 'pkgStatusList', a 'pkgStatus' object, or a list. Appends that information on to the current 'statusList' _m_a_t_c_h_e_s_L_i_s_t Returns the 'matchesList' slot _m_a_t_c_h_e_s_L_i_s_t<- Edits the 'matchesList' slot. User can pass in a list, and the information will be appended to the current. _p_a_c_k_a_g_e_s Returns the names of all packages being handled _f_o_u_n_d Returns a numerical vector representing which positions in the 'statusList' have been found _n_o_t_F_o_u_n_d Returns a numerical vector representing which positions have not been found _u_p_d_a_t_e_d Returns a numerical vector representing which positions have been updated _n_o_t_U_p_d_a_t_e_d Returns a numerical vector representing which positions have not been updated _u_r_l_s Returns the urls from all of the contained 'pkgStatus' instances _p_k_g_V_e_r_s_i_o_n_s Returns the version number of all handled packages _f_o_u_n_d_P_k_g_s Returns the names of the found packages _n_o_t_F_o_u_n_d_P_k_g_s Returns the names of the packages that were not found _u_p_d_a_t_e_d_P_k_g_s Returns the names of the updated packages _g_e_t_P_a_c_k_a_g_e Gets the name of a particular package _g_e_t_F_o_u_n_d Retrieves the 'found' slot for a particular position _g_e_t_U_p_d_a_t_e_d Whether or not a particular package was updated _g_e_t_U_r_l A particular package's url _g_e_t_P_k_g_V_e_r_s_i_o_n A particular package's version number _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'pkgStatus' _E_x_a_m_p_l_e_s: ##---- Should be DIRECTLY executable !! ----