This website requires JavaScript.
Explore
Help
Sign In
cafkafk
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
a26bbe547e
nixpkgs
/
pkgs
/
applications
/
science
/
math
/
R
/
setup-hook.sh
6 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
Wrapped R's package system similarly to perlPackages
2013-09-20 01:26:07 +02:00
addRLibPath
(
)
{
addToSearchPath R_LIBS_SITE
$1
/library
}
Cleanup: Use += to append to envHooks
2014-07-08 14:20:05 +02:00
envHooks
+=
(
addRLibPath
)
Reference in a new issue
Copy permalink