Add a CRAN mirror

This commit is contained in:
2020-09-16 11:36:48 -04:00
parent 0e617771c7
commit db51412ae3

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")
)
) )