Add the R_LIBS environment var.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 28 Aug 2009 22:55:06 -0400 |
parents |
bde73fa7d20a
|
children |
6efacf2a4a4e
|
branches/tags |
(none) |
files |
.bashrc |
Changes
--- a/.bashrc Fri Aug 28 21:15:57 2009 -0400
+++ b/.bashrc Fri Aug 28 22:55:06 2009 -0400
@@ -29,6 +29,7 @@
export HISTCONTROL=erasedups
export JPY="${HOME}/lib/j2/j.py"
export PYTHONSTARTUP="$HOME/.pythonrc.py"
+export R_LIBS="$HOME/lib/r"
# Extra shell extensions like j and tab completion for Mercurial -------------
source ~/lib/j2/j.sh