Wrapped R's package system similarly to perlPackages

This commit is contained in:
Justin Bedo
2013-09-28 13:19:43 +02:00
committed by Peter Simons
parent b0bf894b43
commit fdc6e4372f
7 changed files with 397 additions and 0 deletions
@@ -0,0 +1,5 @@
addRLibPath () {
addToSearchPath R_LIBS_SITE $1/library
}
envHooks=(${envHooks[@]} addRLibPath)