From db51412ae3bdefbe871a96e95632dec17a428e6a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 16 Sep 2020 11:36:48 -0400 Subject: [PATCH] Add a CRAN mirror --- Rprofile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Rprofile b/Rprofile index 6090a77..969374e 100644 --- a/Rprofile +++ b/Rprofile @@ -1,4 +1,7 @@ # vim:filetype=r options( - useFancyQuotes = FALSE + useFancyQuotes = FALSE, + repos = structure( + c(CRAN = "https://cran.rstudio.com") + ) )