rv configure repository remove
Remove an existing repository
rv configure repository remove <ALIAS> [OPTIONS]Arguments
Section titled “Arguments”ALIAS- Repository alias to remove
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 remove CRAN as a repository entry, we will use the following command:
rv configure repository remove CRAN[project]name = "configure"repositories = [ { alias = "PPM", url = "https://packagemanager.posit.co/cran/2025-05-01" },]Repository 'CRAN' removed successfully