buildPkgInfo {reposTools} | R Documentation |
Returns a created pkgInfo object
buildPkgInfo(name, vers, path = "", relLevel="release", contains=character())
name |
Name of the package |
vers |
Package version |
path |
Path to the package on the system |
relLevel |
The release level of the package |
contains |
If this a bundle, what packages it contains |
Argument 'vers' can be either a character string or of the class 'VersionNumber'. If the former, it will be coerced into a 'VersionNumber' object.
Jeff Gentry
a <- buildPkgInfo("foo","1.2.3")