getLocalPkgs           package:reposTools           R Documentation

_A _f_u_n_c_t_i_o_n _t_o _l_i_s_t _t_h_e _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:

     Will return a list of 'pkgInfo' objects describing the locally
     installed packages in the library directories specified.

_U_s_a_g_e:

     getLocalPkgs(libs = .libPaths())

_A_r_g_u_m_e_n_t_s:

    libs: Library directories to check.

_V_a_l_u_e:

     A list of 'pkgInfo' objects.

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

     Jeff Gentry

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

     'pkgInfo'

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

        getLocalPkgs()

