diff options
Diffstat (limited to 'Rprofile')
-rw-r--r-- | Rprofile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ local({ options(repos = r) }) +# 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) + # For (re)installing PythonInR #Sys.setenv(USESPECIALPYTHONVERSION="python3") |