aboutsummaryrefslogtreecommitdiffstats
path: root/_Rprofile
diff options
context:
space:
mode:
Diffstat (limited to '_Rprofile')
-rw-r--r--_Rprofile7
1 files changed, 4 insertions, 3 deletions
diff --git a/_Rprofile b/_Rprofile
index 0027be5..6c8ef1c 100644
--- a/_Rprofile
+++ b/_Rprofile
@@ -4,7 +4,7 @@
#
# Aaron LI
# Created: 2015-08-20
-# Updated: 2016-01-28
+# Updated: 2016-06-25
#
# set common options
@@ -30,14 +30,15 @@ local({
if (interactive()) {
# Colorize the R output.
# http://www.lepem.ufc.br/jaa/colorout.html
+ # https://github.com/jalvesaq/colorout
require(colorout)
# Adjust the value of options("width") whenever the terminal is resized.
require(setwidth)
# "vimcom" creates a server on R to allow the communication with Vim
# through the "Vim-R-plugin"
# http://www.lepem.ufc.br/jaa/vimcom.html
- options(vimcom.verbose=1)
- require(vimcom)
+ #options(vimcom.verbose=1)
+ #require(vimcom)
}