Skip to content

Instantly share code, notes, and snippets.

@marutter
Created August 10, 2012 02:00
Show Gist options
  • Save marutter/3310329 to your computer and use it in GitHub Desktop.
Save marutter/3310329 to your computer and use it in GitHub Desktop.
A script to launch the devel version of R
#!/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