| ReposList-class {reposTools} | R Documentation |
A class to manage multiple repositories as a single entity.
Objects can be created by calls of the form new("ReposList", ...).
A convenience function, buildReposList can be used as well.
repList:"list" a list of
ReposEntry objects.signature(object = "ReposList"): Provides a
display of contained informationsignature(object = "ReposList"): Will
download a file from a given repository signature(object = "ReposList"): Retrieves
a specific ReposEntry object from the listsignature(object = "ReposList"): The number of
repositories managed by the listsignature(object = "ReposList"): Edits the
repository listing. Can use either another ReposList, a
ReposEntry, or an actual list.signature(object = "ReposList"): Retunrs the
repList slot.signature(object = "ReposList"): Returns the
names of the known repositories.signature(object = "ReposList"):
Returns a list of pkgInfo objects for packages stored in
the known repositories.signature(object = "ReposList"): Returns the
names of the packages in the known repositories. signature(object = "ReposList"): Returns the
URLs for the known repositories.Jeff Gentry
buildReposList, getReposList,
ReposEntry, pkgInfo
##---- Should be DIRECTLY executable !! ----