Created
August 10, 2012 02:00
-
-
Save marutter/3310329 to your computer and use it in GitHub Desktop.
A script to launch the devel version of R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export R_LIBS_SITE=${R_LIBS_SITE-'/usr/lib/R-devel/lib/R/library:/usr/local/lib/R/site-library:/usr/lib/R/site-library::/usr/lib/R/library'} | |
export PATH="/usr/local/lib/R-devel/bin:$PATH" | |
R "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment