This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
MirrorHub
/
nixpkgs
Watch
0
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-19 00:08:32 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
dbac15d66c
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