btrbk and stuff

This commit is contained in:
Till 2023-07-28 22:58:08 +02:00
parent df81fe36f5
commit 1a15d505bc
7 changed files with 169 additions and 22 deletions

View file

@ -30,21 +30,21 @@
src = builtins.fetchGit {
url = "ssh://git@ktiu.net/home/git/goethR/";
ref = "main";
rev = "93970916e669e81ffea2ded708d3e95b004f5f5d";
rev = "d7e9c54a3a193979ea4195ac36938aa55cd5360f";
};
propagatedBuildInputs = [];
nativeBuildInputs = [];
};
readODS = pkgs.rPackages.buildRPackage {
name = "goethR";
src = builtins.fetchGit {
url = "https://git@github.com/ktiu/readODS/";
ref = "v1.8";
rev = "03a194bac87b050c42d0e70c8cc638be79c6443d";
};
propagatedBuildInputs = [xml2 cellranger readr stringi purrr zip];
nativeBuildInputs = [];
};
# readODS = pkgs.rPackages.buildRPackage {
# name = "goethR";
# src = builtins.fetchGit {
# url = "https://git@github.com/ktiu/readODS/";
# ref = "v1.8";
# rev = "d7e9c54a3a193979ea4195ac36938aa55cd5360f";
# };
# propagatedBuildInputs = [xml2 cellranger readr stringi purrr zip];
# nativeBuildInputs = [];
# };
in [
bookdown
catmaply