From fcffefd17b1e679228257fc504bbdf3179113d74 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 27 Feb 2021 11:42:24 +0100 Subject: Current status --- Rprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rprofile') 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)) -- cgit v1.2.1