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:

