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(pkgs, libs = reposToolsLibPaths()) _A_r_g_u_m_e_n_t_s: pkgs: A list of packages to get information for libs: Library directories to check. _D_e_t_a_i_l_s: Will retrieve 'pkgInfo' objects for installed packages. If the 'pkgs' argument is specified, only these packages will be used, otherwise all installed packages will be used. _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', 'reposToolsLibPaths' _E_x_a_m_p_l_e_s: getLocalPkgs()