buildPkgListing {reposTools}R Documentation

~~function to do ... ~~

Description

~~ A concise (1-5 lines) description of what the function does. ~~

Usage

buildPkgListing(repList, pkgs = NULL, type = NULL)

Arguments

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.

Value

A valid pkgListing object, or NULL on failure.

Author(s)

Jeff Gentry

See Also

pkgListing, ReposList

Examples






[Package Contents]