From 861b9a0471ba38c2d3ec9ee793e88cd8d3f36bbe Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 26 Nov 2020 15:35:30 +0100 Subject: Use better diff, move Renviron to Rprofile --- Rprofile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Rprofile') diff --git a/Rprofile b/Rprofile index 680ea2e..0925c49 100644 --- a/Rprofile +++ b/Rprofile @@ -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") -- cgit v1.2.1