This method is defunct. Use update.packages
instead.
# S3 method for Package
update(object, contribUrl=c(getContribUrl(object), getDevelUrl(object)), force=FALSE,
reload=TRUE, verbose=TRUE, ...)
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.
If TRUE
, the package will reinstalled even if it is
up to date according to the version number.
If TRUE
, more detailed information is returned.
Not used.
Returns (invisibly) TRUE
if the package was updated, otherwise FALSE
.
update.packages
.
For more information see Package
.