localPkg-class package:reposTools R Documentation _C_l_a_s_s "_l_o_c_a_l_P_k_g": _A _c_l_a_s_s _t_o _r_e_p_r_e_s_e_n_t _l_o_c_a_l_l_y _i_n_s_t_a_l_l_e_d _p_a_c_k_a_g_e_s _D_e_s_c_r_i_p_t_i_o_n: This class is used to represent a package, and the information necessary for repository management _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("localPkg", ...)'. _S_l_o_t_s: '_P_a_c_k_a_g_e': Object of class '"character"' The name of the package '_P_k_g_V_e_r_s_i_o_n': Object of class '"VersionNumber"' The version of the package '_K_e_y_w_o_r_d_s': Object of class '"character"' Keywords for the package '_D_e_p_e_n_d_s': Object of class '"character"' Dependencies for the package '_S_u_g_g_e_s_t_s': Object of class '"character"' Suggests level dependencies of the package '_I_m_p_o_r_t_s': Object of class '"character"' Imports level dependencies for the package '_R_e_p_o_s': Object of class '"character"' The repository that this package was obtained from '_B_u_n_d_l_e': Object of class '"character"' Reports which (if any) package bundle this package is a part of _M_e_t_h_o_d_s: _D_e_p_e_n_d_s 'signature(object = "localPkg")': Returns the Depends slot _K_e_y_w_o_r_d_s 'signature(object = "localPkg")': Returns the Keywords slot _P_a_c_k_a_g_e 'signature(object = "localPkg")': Returns the Package slot _P_k_g_V_e_r_s_i_o_n 'signature(object = "localPkg")': Returns the PkgVersion slot _R_e_p_o_s 'signature(object = "localPkg")': Returns the Repos slot _S_u_g_g_e_s_t_s 'signature(object = "localPkg")': Returns the Suggests slot _I_m_p_o_r_t_s 'signature(object = "localPkg")': Returns the Imports slot _B_u_n_d_l_e 'signature(object = "localPkg")': Returns the Bundle slot _A_u_t_h_o_r(_s): Jeff Gentry _S_e_e _A_l_s_o: 'syncLocalLibList', 'install.packages2' _E_x_a_m_p_l_e_s: