Update flake (use most recent profoc

This commit is contained in:
2025-05-18 00:08:20 +02:00
parent 82755c59ef
commit afef3f1722

View File

@@ -24,23 +24,23 @@
runHook postInstall runHook postInstall
''; '';
}); });
r_profoc = pkgs.rPackages.buildRPackage { # r_profoc = pkgs.rPackages.buildRPackage {
name = "profoc"; # name = "profoc";
src = pkgs.fetchFromGitHub { # src = pkgs.fetchFromGitHub {
owner = "BerriJ"; # owner = "BerriJ";
repo = "profoc"; # repo = "profoc";
rev = "0.9.3"; # rev = "0.9.3";
sha256 = "GakgyUJnlBRXSuct6Gxgn/V1hOSMryCZbJ6DJP1tV1M="; # sha256 = "GakgyUJnlBRXSuct6Gxgn/V1hOSMryCZbJ6DJP1tV1M=";
}; # };
propagatedBuildInputs = with pkgs.rPackages; [ # propagatedBuildInputs = with pkgs.rPackages; [
Rcpp # Rcpp
Matrix # Matrix
abind # abind
RcppArmadillo # RcppArmadillo
RcppProgress # RcppProgress
splines2 # splines2
]; # ];
}; # };
in in
{ {
devShells.x86_64-linux.default = pkgs.mkShell rec { devShells.x86_64-linux.default = pkgs.mkShell rec {
@@ -79,7 +79,7 @@
rPackages.gganimate rPackages.gganimate
rPackages.cowplot rPackages.cowplot
rPackages.xtable rPackages.xtable
r_profoc rPackages.profoc
]; ];