ReposEntry-class {reposTools} | R Documentation |
This class models all key information for a server side repository, which can then be passed on to clients. It provides access to both the basic administrative information as well as the dataframe itself.
The helper function buildReposEntry
should be used to
create objects of this class.
replisting
:"replisting"
The
administrative information for the repositoryrepdatadesc
:"repdatadesc"
The
representative dataframe for this repository reopsThemes
:"list"
The list of
themes for this repository.signature(object = "ReposEntry")
: A verbose
output of the repositorysignature(object = "ReposEntry")
: A brief
output of the repositorysignature(object = "ReposEntry")
: Returns
the repdatadesc object signature(object = "ReposEntry")
: Returns
the raw dataframe stored in repdatadescsignature(object = "ReposEntry")
: Returns
the replisting objectsignature(object = "ReposEntry")
: Returns
the reposThemes slotsignature(object = "ReposEntry")
: Returns the name of the repositorysignature(object = "ReposEntry")
:
Returns the release level of this repository.signature(object = "ReposEntry")
: Returns a
listing of all distributable objects contained in the repositorysignature(object = "ReposEntry")
: Returns
a list of PkgInfo objects for packages stored in the repository signature(object = "ReposEntry")
: Returns a
string representing the type of data stored in the repository signature(object = "ReposEntry")
: Returns the
URL of the repository signature(object = "ReposEntry")
: Returns the
dependencies for a given packagesignature(object = "ReposEntry")
: Returns the
suggests
field for a given packagesignature(object = "ReposEntry")
: Returns the
uses
field for a given packagesignature(object = "ReposEntry")
: Returns the
keywords
field for a given packagesignature(object = "ReposEntry")
: Returns
the number of available subrepositoriessignature(object = "ReposEntry")
: Returns a
ReposEntry
object for a given subrepositorysignature(object = "ReposEntry")
:
Returns a ReposList
object for all subrepositoriessignature(object = "ReposEntry")
: Whether or
not this repository has any downloadable filessignature(object = "ReposEntry")
: Returns
the version of R that a package was built undersignature(object = "ReposEntry")
: Will
download a requested file and return the new filenameJeff Gentry
repdatadesc-class
,replisting-class
,
buildReposEntry
, ReposList
## TBD