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/browse.pkgs.html
browse.pkgs {utils}R Documentation

Download R packages

Description

Visual browsers for downloading R binary or source p ackages from a repository, usually invoked from the Packages menu. browse.pkgs shows all available packages, browse.update.pkgs shows only installed packages with different version numbers on the repository.

Usage

browse.pkgs(where = c("CRAN", "BIOC"), type = c("binary", "source"), contriburl, global = FALSE)
browse.update.pkgs(where = c("CRAN", "BIOC"), type = c("binary", "source"), in.place = TRUE)

Arguments

where

Browse "CRAN" or "BIOConductor"

type

Type of package to download

contriburl

Different URL to browse. Overrides where

global

Not implemented

in.place

Put the new package in the same directory as the old version

Details

The CRAN and BIOC URLs are set in R with Aqua GUI Preferences. Packages are install in .libPaths()[1], which is typically ~/Library/R/library.

Value

Used for its side effects

See Also

install.binaries, install.packages, update.

connection utilities


[Package utils version 2.0.0 ]