Wrapped R's package system similarly to perlPackages
This commit is contained in:
committed by
Peter Simons
parent
b0bf894b43
commit
fdc6e4372f
@@ -0,0 +1,5 @@
|
||||
addRLibPath () {
|
||||
addToSearchPath R_LIBS_SITE $1/library
|
||||
}
|
||||
|
||||
envHooks=(${envHooks[@]} addRLibPath)
|
||||
Reference in New Issue
Block a user