Description Usage Arguments Details Value See Also Examples
A wrapper around update.packages to update
the component packages of Statnet Suite to their latest versions.
1 | update_statnet(..., ask = FALSE, checkBuilt = TRUE, addURLs = character())
|
ask, checkBuilt |
Arguments to |
addURLs |
Optional repository URLs in addition to CRAN, such as http://statnet.csde.washington.edu/preview. Defaults to none. |
... |
Additional arguments to be passed to |
Updates the list component packages of Statnet Suite, using setRepositories and update.packages.
Since there are no good ways to update packages once they are loaded, this function should be called immediately after restarting R.
update_statnet returns NULL invisibly.
setRepositories, update.packages, install.packages
1 2 3 4 5 6 7 8 9 | ## Not run:
# Update from CRAN
statnet::update_statnet()
# Update from statnet.org's preview release, taking packages from CRAN
# as needed
statnet::update_statnet(addURLs="http://statnet.csde.washington.edu/preview")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.