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())

Arguments

...

a named list of repository urls

.wd

the working directory (defaults to here::here())

Value

nothing