Add a CRAN mirror

This commit is contained in:
Dan Buch 2020-09-16 11:36:48 -04:00
parent 0e617771c7
commit db51412ae3
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

View File

@ -1,4 +1,7 @@
# vim:filetype=r # vim:filetype=r
options( options(
useFancyQuotes = FALSE useFancyQuotes = FALSE,
repos = structure(
c(CRAN = "https://cran.rstudio.com")
)
) )