From 9fd898fd105a5447c0d62d77815a129b66e0338c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 13 Jan 2021 09:46:23 +0100 Subject: Pending commit from last change --- Rprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rprofile b/Rprofile index 0925c49..3c8fa82 100644 --- a/Rprofile +++ b/Rprofile @@ -14,8 +14,8 @@ local({ # littler does not read .Renviron, therefore do this here Sys.setenv(LANGUAGE = "en") -Sys.setenv(R_CHECK_CRAN_INCOMING_REMOTE = FALSE) -Sys.setenv(NOT_CRAN = TRUE) +Sys.setenv(R_CHECK_CRAN_INCOMING_REMOTE = "false") +Sys.setenv(NOT_CRAN = "true") # For (re)installing PythonInR #Sys.setenv(USESPECIALPYTHONVERSION="python3") -- cgit v1.2.1