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