From 431abbc1cc2277c4a7968d2d40934f709161d591 Mon Sep 17 00:00:00 2001
From: Elodie Chapeaublanc <elodie.chapeaublanc@pasteur.fr>
Date: Thu, 22 Aug 2024 14:58:14 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Modify=20mirror=20for=20R=20opti?=
 =?UTF-8?q?on?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 scripts/configure_Rprofile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/configure_Rprofile.sh b/scripts/configure_Rprofile.sh
index 68b3844..e669650 100755
--- a/scripts/configure_Rprofile.sh
+++ b/scripts/configure_Rprofile.sh
@@ -2,7 +2,7 @@
 set -e
 
 R_HOME=${R_HOME:-"/usr/local/lib/R"}
-DEFAULT_MIRRORS='"https://cran.r-project.org"' 
+DEFAULT_MIRRORS='CRAN="cran.r-project.org"' 
 
 cat <<EOF >"${R_HOME}/etc/Rprofile.site"
 options(
-- 
GitLab