use_rstudio_secondary_repo {rstudio.prefs} | R Documentation |
Set RStudio Secondary Repository
Description
This function updates the RStudio preferences saved in
the rstudio-prefs.json
file to include the secondary repositories
passed my the user. If a new name for an existing repository is
passed by the user, the name will be updated in the JSON file.
Usage
use_rstudio_secondary_repo(...)
Arguments
... |
series of named secondary repositories, e.g.
|
Details
A note for users outside of the USA.
If the country in .$cran_mirror$country
has not been previously recorded
in the JSON preferences file (typically, auto set by RStudio),
the use_rstudio_secondary_repo()
function will set "country" = "us"
.
Value
NULL, updates RStudio rstudio-prefs.json
file
Author(s)
Daniel D. Sjoberg
Examples
use_rstudio_secondary_repo(
ropensci = "https://ropensci.r-universe.dev",
ddsjoberg = "https://ddsjoberg.r-universe.dev"
)
[Package rstudio.prefs version 0.1.9 Index]