Rev 58549 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/utils/man/chooseBioCmirror.Rd% Part of the R package, http://www.R-project.org% Copyright 2009-2010 R Core Team% Distributed under GPL 2 or later\name{chooseBioCmirror}\alias{chooseBioCmirror}\alias{getBioCmirrors}\title{Select a Bioconductor Mirror}\description{Interact with the user to choose a Bioconductor mirror.}\usage{chooseBioCmirror(graphics = getOption("menu.graphics"))}\arguments{\item{graphics}{logical. If true, use a graphical list: on Windows orMac OS X GUI use a list box, and on a Unix-alike if package\pkg{tcltk} and an X server are available, use a Tkwidget. Otherwise use a text \code{\link{menu}}.}}\details{This sets the option \code{"BioC_mirror"}: it needs to be used beforea call to \code{\link{setRepositories}}.In addition to the Bioconductor master site (in Seattle, USA), therecurrently are mirrors in Bethesda (USA), Dortmund (Germany), Bergen(Norway) and Cambridge (UK).}\value{None: this function is invoked for itsside effect of updating \code{options("BioC_mirror")}.}\seealso{\code{\link{setRepositories}}, \code{\link{chooseCRANmirror}}.}\keyword{ utilities }