mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 14:40:58 -05:00
added fwildclusterboot
This commit is contained in:
parent
50672dfa8e
commit
93cbfe79ca
4 changed files with 31 additions and 2 deletions
24
flake.nix
24
flake.nix
|
|
@ -27,6 +27,30 @@
|
|||
extraRPackages = let
|
||||
fetchfromGitHubJSONFile = path: prev.fetchFromGitHub (builtins.fromJSON (builtins.readFile path));
|
||||
in {
|
||||
## f
|
||||
fwildclusterboot = prev.rPackages.buildRPackage {
|
||||
name = "fwildclusterboot";
|
||||
src = fetchfromGitHubJSONFile ./versions/fwildclusterboot.json;
|
||||
propagatedBuildInputs = builtins.attrValues {
|
||||
inherit
|
||||
(prev.rPackages)
|
||||
collapse
|
||||
dqrng
|
||||
dreamerr
|
||||
Formula
|
||||
generics
|
||||
gtools
|
||||
JuliaConnectoR
|
||||
Matrix
|
||||
Rcpp
|
||||
rlang
|
||||
summclust
|
||||
RcppArmadillo
|
||||
RcppEigen
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
## H
|
||||
httpgd = prev.rPackages.buildRPackage {
|
||||
name = "httpgd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue