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_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'

     _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 !! ----

