buildPkgListing {reposTools} | R Documentation |
~~ A concise (1-5 lines) description of what the function does. ~~
buildPkgListing(repList, pkgs = NULL, type = NULL)
repList |
A ReposList object to generate the
pkgListing out of. |
pkgs |
A subset of packages to use. NULL implies all
available packages. |
type |
A subset of package types (Win32, Source, etc) to use.
NULL imples all available types. |
A valid pkgListing
object, or NULL on failure.
Jeff Gentry