pkgStatus-class          package:reposTools          R Documentation

_C_l_a_s_s "_p_k_g_S_t_a_t_u_s", _m_a_i_n_t_a_i_n_s _d_o_w_n_l_o_a_d _s_t_a_t_u_s _o_f _a _p_a_c_k_a_g_e

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

     This class is used during an update/install/etc to maintain
     current download status for a package - whether it was found,
     updated, etc.

_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("pkgStatus",
     ...)'.

_S_l_o_t_s:

     '_p_a_c_k_a_g_e': Object of class '"character"' The package name

     '_f_o_u_n_d': Object of class '"logical"' Whether or not the packages
          was found in a repository

     '_u_p_d_a_t_e_d': Object of class '"logical"' Whether or not the package
          was downloaded

     '_u_r_l': Object of class '"character"' The URL of the repository

     '_p_k_g_V_e_r_s_i_o_n': Object of class '"VersionNumber"' The version of the
          package

_M_e_t_h_o_d_s:

     _s_h_o_w Defines a summary of information for the package

     _p_a_c_k_a_g_e Retrieves the package name

     _f_o_u_n_d Retrieves the found slot

     _u_p_d_a_t_e_d Retrieves the updated slot

     _U_R_L Retrieves the URL slot

     _p_k_g_V_e_r_s_i_o_n Retrieves the pkgVersion slot

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

     Jeff Gentry

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

     'pkgStatusList'

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

     ##---- Should be DIRECTLY executable !! ----

