getLocalPkgs {reposTools}R Documentation

A function to list the locally installed packages

Description

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

Usage

getLocalPkgs(libs = .libPaths())

Arguments

libs Library directories to check.

Value

A list of pkgInfo objects.

Author(s)

Jeff Gentry

See Also

pkgInfo

Examples

   getLocalPkgs()

[Package Contents]