From e6fb32ed3277c3156b47487caa7f7ab8a783ec57 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 20 Apr 2023 16:39:58 +0200
Subject: [PATCH] use main repo

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

diff --git a/scripts/configure_Rprofile.sh b/scripts/configure_Rprofile.sh
index d9be9a2..9a384c8 100755
--- a/scripts/configure_Rprofile.sh
+++ b/scripts/configure_Rprofile.sh
@@ -2,8 +2,7 @@
 set -e
 
 R_HOME=${R_HOME:-"/usr/local/lib/R"}
-DEFAULT_MIRRORS='"https://pbil.univ-lyon1.fr/CRAN/", "https://mirror.ibcp.fr/pub/CRAN/", "https://cran.biotools.fr/", "https://cran.irsn.fr/", "https://cran.r-project.org"'
-MIRRORS='"https://cran.r-project.org"' 
+DEFAULT_MIRRORS='"https://cran.r-project.org"' 
 
 cat <<EOF >"${R_HOME}/etc/Rprofile.site"
 options(
-- 
GitLab