diesdas
This commit is contained in:
parent
3cac518ebf
commit
3c44560b1c
5 changed files with 21 additions and 5 deletions
12
home/R.nix
12
home/R.nix
|
|
@ -35,12 +35,23 @@
|
|||
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 = [];
|
||||
};
|
||||
in [
|
||||
bookdown
|
||||
catmaply
|
||||
DAAG
|
||||
devtools
|
||||
dplyr
|
||||
eurostat
|
||||
extrafont
|
||||
ggplot2
|
||||
jsonlite
|
||||
|
|
@ -54,6 +65,7 @@
|
|||
progress
|
||||
purrr
|
||||
qrcode
|
||||
RColorBrewer
|
||||
readODS
|
||||
revealjs
|
||||
rlist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue