renv
lockfileR/set_renv_repos.R
set_renv_repos.Rd
Sets custom repositories (e.g. r-universe repositories) in a renv
lockfile to override CRAN repositories. This is a persistent change can be
undone by manual editing of the lockfile.
set_renv_repos(..., .wd = here::here())
a named list of repository urls
the working directory (defaults to here::here()
)
nothing