chooseCRANmirror {utils} | R Documentation |
Interact with the user to choose a CRAN mirror.
chooseCRANmirror(graphics = TRUE)
graphics |
Logical.
If true and tcltk and an X server are available, use a Tk
widget, or if under the AQUA interface use a MacOS X widget,
otherwise use menu . |
The list of mirrors is stored in file ‘R_HOME/doc/CRAN_mirrors.csv’.
This function was originally written to support a Windows GUI menu
item, but is also called by contrib.url
if it finds the
initial dummy value of options("repos")
.
None. This function is invoked for its side effect of updating
options("repos")