| getLocalPkgs {reposTools} | R Documentation |
Will return a list of pkgInfo objects describing the locally
installed packages in the library directories specified.
getLocalPkgs(pkgs, libs = reposToolsLibPaths())
pkgs |
A list of packages to get information for |
libs |
Library directories to check. |
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.
A list of pkgInfo objects.
Jeff Gentry
pkgInfo, reposToolsLibPaths
getLocalPkgs()