pkgInfo-class {reposTools} | R Documentation |
This class contains some succinct information about a package, including its name and version
Objects can be created by calls of the form new("pkgInfo", ...)
.
The helper function 'buildPkgInfo' is also provided.
pkgName
:"character"
A string
representing the name of the packagepkgVersion
:"VersionNumber"
A
VersionNumber object representing the version number of the package pkgPath
:"character"
A string
reprsenting the path of the installed packagepkgRelLevel
:"character"
A string
reprsenting the release level of the installed packagepkgContains
:"character"
If
this is a package bundle, a character vector describing any
packages contained in the bundle(pkgInfo)
: The name of the package(pkgInfo)
: The path to the installed copy of
the package(pkgInfo)
: The version number of the
package(pkgInfo)
: The release level of the package.(pkgInfo)
: Any packages contained, if this
is a bundle(pkgInfo)
: Displays in the form <pkgName>: <pkgVersion>Jeff Gentry
a <- buildPkgInfo("Foo","1.2.3")