CRAN
. The rest are on
the CRAN
to install the component packages.
It also can be used at any subsequent point to update the packages to their
latest versions.
Consult the webpage for more information.update_statnet(object, ...,
contriburl = "http://statnet.org",
repos = getOption("repos"), type = getOption("pkgType"),
ask=TRUE)
repos
.
#ifdef unix
Can be NULL
to install from local "http://cran.r-project.org"
or its Statlib mirror,
"http://lib.stat.cmu.edu/R/CRAN"
.
#ifdef unix
Can be
"base"
(for packages essential to "recommended"
(for packages needed for a significant parask = TRUE
. If ask = FALSE
then all packages
are updated and/or installed.update_statnet
has no return value.statnet_help@u.washington.edu
. See the link on
The main function is to install a functional set of
.libPaths()
) is created and compared with those available at the CRAN
and ask = TRUE
(the default for "recommended" and "optional",
but not for "base") packages with a newer version are
reported and for each one the user can specify if it should be
updated.
install.packages
.