getCRANrepos {Require} | R Documentation |
A helper function to get or set CRAN repos
Description
This will get the current option in getOption('repos')
, and if that is not
set to a url, then it will prompt the user to select a mirror, unless
ind
is set, in which case, it will use that mirror (in
chooseCRANmirror()
)
Usage
getCRANrepos(repos = NULL, ind)
Arguments
repos |
A CRAN-like repository |
ind |
an integer of which mirror to use in |
[Package Require version 0.3.1 Index]