PackageNeedsUpdating {raw} | R Documentation |
PackageNeedsUpdating
Description
This function will indicate whether a package needs to be updated. It uses the old.packages function for this.
Usage
PackageNeedsUpdating(pkgs)
Arguments
pkgs |
Character vector of package names. |
Value
A logical vector indicating whether the packages need to be updated.
Examples
## Not run:
PackageNeedsUpdating("ggplot2")
## End(Not run)
[Package raw version 0.1.8 Index]