summaryrefslogtreecommitdiff
path: root/Rprofile
diff options
context:
space:
mode:
Diffstat (limited to 'Rprofile')
-rw-r--r--Rprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rprofile b/Rprofile
index 3c8fa82..81866b0 100644
--- a/Rprofile
+++ b/Rprofile
@@ -18,7 +18,7 @@ Sys.setenv(R_CHECK_CRAN_INCOMING_REMOTE = "false")
Sys.setenv(NOT_CRAN = "true")
# For (re)installing PythonInR
-#Sys.setenv(USESPECIALPYTHONVERSION="python3")
+Sys.setenv(USESPECIALPYTHONVERSION="python3")
if (interactive()) {
suppressMessages(require(reprex))

Contact - Imprint