pkgInfo-class package:reposTools R Documentation _A _c_l_a_s_s _t_o _h_o_l_d _p_a_c_k_a_g_e _i_n_f_o_r_m_a_t_i_o_n _D_e_s_c_r_i_p_t_i_o_n: This class contains some succinct information about a package, including its name and version _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("pkgInfo", ...)'. The helper function 'buildPkgInfo' is also provided. _S_l_o_t_s: '_p_k_g_N_a_m_e': Object of class '"character"' A string representing the name of the package '_p_k_g_V_e_r_s_i_o_n': Object of class '"VersionNumber"' A VersionNumber object representing the version number of the package '_p_k_g_P_a_t_h': Object of class '"character"' A string reprsenting the path of the installed package '_p_k_g_R_e_l_L_e_v_e_l': Object of class '"character"' A string reprsenting the release level of the installed package '_p_k_g_C_o_n_t_a_i_n_s': Object of class '"character"' If this is a package bundle, a character vector describing any packages contained in the bundle _M_e_t_h_o_d_s: _p_k_g_N_a_m_e '(pkgInfo)': The name of the package _p_k_g_P_a_t_h '(pkgInfo)': The path to the installed copy of the package _p_k_g_V_e_r_s_i_o_n '(pkgInfo)': The version number of the package _p_k_g_R_e_l_L_e_v_e_l '(pkgInfo)': The release level of the package. _p_k_g_C_o_n_t_a_i_n_s '(pkgInfo)': Any packages contained, if this is a bundle _s_h_o_w '(pkgInfo)': Displays in the form : _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'buildPkgInfo' _E_x_a_m_p_l_e_s: a <- buildPkgInfo("Foo","1.2.3")