setRepositories {utils} | R Documentation |
Interact with the user to choose the package repositories to be used.
setRepositories(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 a text list in the console. |
The default list of known repositories is stored in the file ‘R_HOME/etc/repositories’. That file can be edited for a site, or a user can have a personal copy in ‘HOME/.R/repositories’ which will take precedence.
The items that are preselected are those that are currently in
options("repos")
plus those marked as default in the
list of known repositories.
None. This function is invoked for its side effect of updating
options("repos")
chooseCRANmirror
, install.packages
.