mirror of
https://github.com/dwinkler1/fran.git
synced 2026-07-07 19:18:22 -04:00
Compare commits
3 commits
da09626e4d
...
22db18beaa
| Author | SHA1 | Date | |
|---|---|---|---|
|
22db18beaa |
|||
|
88cff8c2f6 |
|||
|
161328eeda |
2 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
in {
|
in {
|
||||||
default = mkR {
|
default = mkR {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
packages = builtins.attrValues pkgs.extraRPackages;
|
packages = builtins.attrValues pkgs.franPackages;
|
||||||
};
|
};
|
||||||
franUpdate = pkgs.writeShellScriptBin "fran-update" (import ./versions pkgs);
|
franUpdate = pkgs.writeShellScriptBin "fran-update" (import ./versions pkgs);
|
||||||
}
|
}
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
};
|
};
|
||||||
rEnv = mkR {
|
rEnv = mkR {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
packages = builtins.attrValues pkgs.extraRPackages;
|
packages = builtins.attrValues pkgs.franPackages;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
test-script = pkgs.runCommand "test-script" {} ''
|
test-script = pkgs.runCommand "test-script" {} ''
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
RcppArmadillo
|
RcppArmadillo
|
||||||
RcppEigen
|
RcppEigen
|
||||||
;
|
;
|
||||||
inherit (final.extraRPackages) summclust;
|
inherit (final.franPackages) summclust;
|
||||||
};
|
};
|
||||||
}).overrideAttrs (old: {
|
}).overrideAttrs (old: {
|
||||||
passthru = (old.passthru or {}) // {juliaPackages = ["WildBootTests" "StableRNGs"];};
|
passthru = (old.passthru or {}) // {juliaPackages = ["WildBootTests" "StableRNGs"];};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue