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