Generate a local CRAN-like repository which can be used to store and distribute R packages.
repos_create(path, name = basename(path), add = TRUE)
Path to a local CRAN-like repository.
The name to assign to the repository. Defaults to the directory name in which the reopsitory is created.
Add this new repository to the current set of repositories?