rv configure repository clear
Clear all repositories
rv configure repository clear [OPTIONS]Example
Section titled “Example”Starting with the following configuration:
[project]name = "configure"repositories = [ { alias = "CRAN", url = "https://cran.r-project.org" }, { alias = "PPM", url = "https://packagemanager.posit.co/cran/2025-01-01" },]To clear the repositories section, we run the following command:
rv configure repository clear[project]name = "configure"repositories = []All repositories cleared successfully