Add a CRAN mirror

main
Dan Buch 4 years ago
parent 0e617771c7
commit db51412ae3
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

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

Loading…
Cancel
Save