This help topic is for R version 2.0.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/utils/html/install.binaries.html
install.binaries {utils}R Documentation

Download and install binary packages

Description

Installs precompiled binary packages from a repository using the format of 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

pkgs

names of packages to install

lib

where to install them

CRAN

URL for root of repository (may be file:// URL)

contriburl

URL of repository package directory

method

see download.file

available

list of packages available in the repository (optional,to save bandwidth)

destdir

Directory for downloaded files

installWithVers

Install with versioning information

Value

The function is called for its side-effect of installing packages.

See Also

install.packages, download.file


[Package utils version 2.0.0 ]