chooseCRANmirror {utils} | R Documentation |
Interact with the user to choose a CRAN mirror.
chooseCRANmirror(graphics = getOption("menu.graphics"))
graphics |
Logical.
If true use a Windows list box,
otherwise use menu . |
A list of mirrors is stored in file ‘R_HOME/doc/CRAN_mirrors.csv’, but first an on-line list of current mirrors is consulted, and the file copy used only if the on-line list is inaccessible.
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")