From 4af6b138ee479ebaaba1170dd0f9a02b0f43b2fb Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 25 Jun 2016 09:50:51 +0800 Subject: Update Rprofile a bit --- _Rprofile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '_Rprofile') 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) } -- cgit v1.2.2