| pkgStatus-class {reposTools} | R Documentation |
This class is used during an update/install/etc to maintain current download status for a package - whether it was found, updated, etc.
Objects can be created by calls of the form new("pkgStatus", ...).
package:"character" The
package namefound:"logical" Whether or not
the packages was found in a repositoryupdated:"logical" Whether or
not the package was downloadedurl:"character" The URL of the
repositorypkgVersion:"VersionNumber" The
version of the packageJeff Gentry
##---- Should be DIRECTLY executable !! ----