diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-13 09:46:23 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-13 09:46:23 +0100 |
commit | 9fd898fd105a5447c0d62d77815a129b66e0338c (patch) | |
tree | 1c149e791087a9a7d06089323ce0694a575f34c1 /Rprofile | |
parent | 861b9a0471ba38c2d3ec9ee793e88cd8d3f36bbe (diff) |
Pending commit from last change
Diffstat (limited to 'Rprofile')
-rw-r--r-- | Rprofile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |