From 6284032e54f0ce74b4ae6625b84020c26bdd2e83 Mon Sep 17 00:00:00 2001
From: Elodie Chapeaublanc <elodie.chapeaublanc@pasteur.fr>
Date: Thu, 20 Jun 2024 11:28:48 +0200
Subject: [PATCH] add option cairo in Rprofile

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

diff --git a/scripts/configure_Rprofile.sh b/scripts/configure_Rprofile.sh
index 9a384c8..68b3844 100755
--- a/scripts/configure_Rprofile.sh
+++ b/scripts/configure_Rprofile.sh
@@ -9,6 +9,7 @@ options(
     repos = c(${MIRRORS:-${DEFAULT_MIRRORS}}),
     download.file.method = 'libcurl'
 )
+options(bitmapType='cairo')
 EOF
 
 echo "Here is the configured Rprofile"
-- 
GitLab