summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rprofile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Rprofile b/Rprofile
index 177a2d0..e28b81d 100644
--- a/Rprofile
+++ b/Rprofile
@@ -11,14 +11,5 @@ local({
options(repos = r)
})
-if (interactive()) {
- library(colorout)
- # Load vimcom only if R was started by vim
- if(Sys.getenv("VIMRPLUGIN_TMPDIR") != "") {
- options(vimcom.verbose = 1)
- library(vimcom)
- }
-}
-
# For (re)installing PythonInR
#Sys.setenv(USESPECIALPYTHONVERSION="python3.5")

Contact - Imprint