summaryrefslogtreecommitdiff
path: root/Rprofile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-11-26 15:35:30 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-11-26 15:35:30 +0100
commit861b9a0471ba38c2d3ec9ee793e88cd8d3f36bbe (patch)
treee5eaaf945dccb0eeb5f6085236a2476a32748b6e /Rprofile
parent9fb0576823d53bb967c70421e5572dc7dbb3af72 (diff)
Use better diff, move Renviron to Rprofile
Diffstat (limited to 'Rprofile')
-rw-r--r--Rprofile5
1 files changed, 5 insertions, 0 deletions
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")

Contact - Imprint