guest
This commit is contained in:
parent
c33c521aad
commit
572ae7c876
6 changed files with 69 additions and 24 deletions
24
home/r.nix
24
home/r.nix
|
|
@ -34,27 +34,6 @@
|
|||
propagatedBuildInputs = [];
|
||||
nativeBuildInputs = [];
|
||||
};
|
||||
readODS = pkgs.rPackages.buildRPackage {
|
||||
name = "readODS";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "ropensci";
|
||||
repo = "readODS";
|
||||
rev = "011a89f57169d6f7c8796954e2365f0bd9b5765f";
|
||||
sha256 = "1hg8w46l5ifbaifmkmxxdvbamlj7bkadq956fab5063a5yrxfzwm";
|
||||
};
|
||||
propagatedBuildInputs = [xml2 cellranger readr stringi purrr zip];
|
||||
nativeBuildInputs = [];
|
||||
};
|
||||
# readODS = pkgs.rPackages.buildRPackage {
|
||||
# name = "readODS";
|
||||
# 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
|
||||
|
|
@ -88,6 +67,7 @@
|
|||
rvest
|
||||
sf
|
||||
stringr
|
||||
swirl
|
||||
testthat
|
||||
tidyr
|
||||
tidyverse
|
||||
|
|
@ -96,7 +76,7 @@
|
|||
yaml
|
||||
lectuR
|
||||
publishR
|
||||
goethR
|
||||
# goethR
|
||||
ggtree
|
||||
];
|
||||
R-packed = rWrapper.override { packages = customPackages; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue