added fwildclusterboot

This commit is contained in:
Daniel Winkler 2025-09-12 15:48:47 +10:00
commit 93cbfe79ca
4 changed files with 31 additions and 2 deletions

View file

@ -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";

View file

@ -2,5 +2,6 @@ pkgs: ''
pg=${pkgs.nix-prefetch-github}/bin/nix-prefetch-github
$pg --json hannesdatta musicMetadata > versions/musicMetadata.json
$pg --json nx10 httpgd > versions/httpgd.json
$pg --json s3alfisc fwildclusterboot > versions/fwildclusterboot.json
$pg --json synth-inference synthdid > versions/synthdid.json
''

View file

@ -0,0 +1,6 @@
{
"owner": "s3alfisc",
"repo": "fwildclusterboot",
"rev": "336bb574eba169ac0183317f01d0564791d8122f",
"hash": "sha256-v+BsnG5C5rViMIGH7dt5BsizbOWBSEUNiJ+ixiB9iJA="
}

View file

@ -4,5 +4,3 @@
"rev": "1b7ca4c1fd208475e961b77edc90ad513b936879",
"hash": "sha256-QK1Q6/ta2PqIrjdA6/oS1HxOMgZr/BO00OLjs3/O7EE="
}