nixpkgs-odroid-hc4/pkgs/applications/science/math/R/setup-hook.sh
2025-12-20 09:59:59 +11:00

7 lines
151 B
Bash

addRLibPath () {
if [[ -d "$1/library" ]]; then
addToSearchPath R_LIBS_SITE "$1/library"
fi
}
addEnvHooks "$targetOffset" addRLibPath