diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-06-25 09:50:51 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-06-25 09:50:51 +0800 |
commit | 4af6b138ee479ebaaba1170dd0f9a02b0f43b2fb (patch) | |
tree | 195bd8935f217b4494ab49e65cbb75083ce1007f /_Rprofile | |
parent | d746defb33c52a7588bbf8966c1e3a76f77d56f7 (diff) | |
download | dotfiles-4af6b138ee479ebaaba1170dd0f9a02b0f43b2fb.tar.bz2 |
Update Rprofile a bit
Diffstat (limited to '_Rprofile')
-rw-r--r-- | _Rprofile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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) } |