chooseBioCmirror {utils} | R Documentation |
Interact with the user to choose a Bioconductor mirror.
chooseBioCmirror(graphics = getOption("menu.graphics"), ind = NULL)
graphics |
logical. If true, use a graphical list: on Windows or
the OS X GUI use a list box, and on a Unix-alike if package
tcltk and an X server are available, use a Tk
widget. Otherwise use a text |
ind |
Optional numeric value giving which entry to select. |
This sets the option "BioC_mirror"
: it needs to be used before
a call to setRepositories
.
The ‘Bioconductor (World-wide)’ mirror provides reliable world-wide access; other mirrors may provide faster access on a geographically local scale.
None: this function is invoked for its
side effect of updating options("BioC_mirror")
.
setRepositories
, chooseCRANmirror
.