diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-27 11:42:24 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-27 11:42:24 +0100 |
commit | fcffefd17b1e679228257fc504bbdf3179113d74 (patch) | |
tree | 08c344e217fb6e35a07d9d24bc2cd734cf908b78 /Rprofile | |
parent | b7eafd6b952466fe19b198b461f3e98b543dcba9 (diff) |
Current status
Diffstat (limited to 'Rprofile')
-rw-r--r-- | Rprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |