localPkg-class {reposTools} | R Documentation |
This class is used to represent a package, and the information necessary for repository management
Objects can be created by calls of the form new("localPkg", ...)
.
Package
:"character"
The name
of the packagePkgVersion
:"VersionNumber"
The
version of the packageKeywords
:"character"
Keywords
for the packageDepends
:"character"
Dependencies for the packageSuggests
:"character"
Suggests
level dependencies of the packageUses
:"character"
Uses level
dependencies for the packageRepos
:"character"
The
repository that this package was obtained fromBundle
:"character"
Reports
which (if any) package bundle this package is a part ofsignature(object = "localPkg")
: Returns the
Depends slotsignature(object = "localPkg")
: Returns the
Keywords slot signature(object = "localPkg")
: Returns the
Package slotsignature(object = "localPkg")
: Returns the
PkgVersion slotsignature(object = "localPkg")
: Returns the
Repos slotsignature(object = "localPkg")
: Returns the
Suggests slotsignature(object = "localPkg")
: Returns the Uses slotsignature(object = "localPkg")
: Returns the
Bundle slotJeff Gentry
syncLocalLibList
, install.packages2