pak icon indicating copy to clipboard operation
pak copied to clipboard

When installing from CRAN, record repository URL and name

Open hadley opened this issue 1 year ago • 5 comments

e.g. something like this:

options(repos = c("FOO" = "https://cran.rstudio.com"))
install.packages("ggplot2")

packageDescription("ggplot2")
#> ...
#> RepositoryUrl: https://cran.rstudio.com
#> RepositoryName: FOO
#> ...

hadley avatar Apr 24 '23 17:04 hadley