at v192 5 lines 87 B view raw
1addRLibPath () { 2 addToSearchPath R_LIBS_SITE $1/library 3} 4 5envHooks+=(addRLibPath)