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