Rev 43247 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/utils/man/aqua/install.binaries.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2007 R Core Development Team% Distributed under GPL 2 or later\name{install.binaries}\alias{install.binaries}\title{Download and install binary packages }\description{Installs precompiled binary packages from a repository using the formatof CRAN or Bioconductor.}\usage{install.binaries(pkgs, lib, CRAN = getOption("CRAN"), contriburl = contrib.url(CRAN, type = "mac.binary"), method, available = NULL, destdir = NULL, installWithVers = FALSE)}\arguments{\item{pkgs}{names of packages to install}\item{lib}{where to install them }\item{CRAN}{URL for root of repository (may be \code{file://} URL)}\item{contriburl}{URL of repository package directory }\item{method}{see \code{\link{download.file}}}\item{available}{list of packages available in the repository (optional,to savebandwidth)}\item{destdir}{Directory for downloaded files }\item{installWithVers}{Install with versioning information}}\value{The function is called for its side-effect of installing packages.}\seealso{\code{\link{install.packages}}, \code{\link{download.file}}}\keyword{connection}\keyword{utilities}