| update_statnet {statnet} | R Documentation |
A wrapper around update.packages to update
the component packages of Statnet Suite to their latest versions.
update_statnet(..., ask = FALSE, checkBuilt = TRUE, addURLs = character())
ask, checkBuilt |
Arguments to |
addURLs |
Optional repository URLs in addition to CRAN, such as http://www.statnet.csde.washington.edu/preview. Defaults to none. |
... |
Additional arguments to be passed to |
update_statnet returns NULL invisibly.
setRepositories, update.packages, install.packages
## Not run: # Update from CRAN update_statnet() # Update from statnet.org's preview release, taking packages from CRAN # as needed update_statnet(addURLs="http://statnet.csde.washington.edu/preview") ## End(Not run)