update.Package {R.oo} | R Documentation |
This method is defunct. Use update.packages
instead.
## S3 method for class 'Package' update(object, contribUrl=c(getContribUrl(object), getDevelUrl(object)), force=FALSE, reload=TRUE, verbose=TRUE, ...)
contribUrl |
The URL from where the package can be installed and updated. By default the URL according to the DESCRIPTION is assumed. If the URL is missing, CRAN is assumed. |
force |
If |
verbose |
If |
... |
Not used. |
Returns (invisibly) TRUE
if the package was updated, otherwise FALSE
.
Henrik Bengtsson
update.packages
.
For more information see Package
.