swh:1:snp:4727dd88296eeb5e206bc989261ce6807dec4b3f
Raw File
Tip revision: 8b432c0835af0f00d799efb2a9ce3b28c9cc51d5 authored by Pavel N. Krivitsky on 09 May 2013, 00:00:00 UTC
version 3.1-0
Tip revision: 8b432c0
update_statnet.Rd
\name{update_statnet}
\alias{update_statnet}
\title{Update the Component Packages of the Statnet Suite}
\description{A wrapper around \code{\link{update.packages}} to update
  the component packages of Statnet Suite to their latest versions.
}
\usage{
update_statnet(\dots, ask = FALSE, checkBuilt = TRUE, addURLs = character())
}
\arguments{

  \item{ask, checkBuilt}{Arguments to \code{\link{update.packages}}
    documentation. The defaults are different from those of that
    function.}
    
    \item{addURLs}{Optional repository URLs in addition to CRAN, such as
      \url{http://www.statnet.csde.washington.edu/preview}. Defaults to
      none.}

  \item{\dots}{
    Additional arguments to be passed to \code{\link{update.packages}}.
  }
}
\value{
  \code{update_statnet} returns NULL invisibly.  
}
\seealso{
  \code{\link{setRepositories}}, \code{\link{update.packages}}, \code{\link{install.packages}}
}
\examples{
\dontrun{
# 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")
}
}
\keyword{utilities}
back to top