rplot: add egg package for ggarange function
This commit is contained in:
parent
d70adae9ec
commit
a286488979
@ -4,7 +4,7 @@ with pkgs;
|
|||||||
|
|
||||||
let
|
let
|
||||||
rWrapper = pkgs.rWrapper.override {
|
rWrapper = pkgs.rWrapper.override {
|
||||||
packages = with pkgs.rPackages; [ tidyverse rjson jsonlite ];
|
packages = with pkgs.rPackages; [ tidyverse rjson jsonlite egg ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
@ -15,7 +15,7 @@ with stdenv.lib;
|
|||||||
|
|
||||||
let
|
let
|
||||||
customR = rWrapper.override {
|
customR = rWrapper.override {
|
||||||
packages = with rPackages; [ tidyverse viridis ] ++ extraRPackages;
|
packages = with rPackages; [ tidyverse viridis egg ] ++ extraRPackages;
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
|
Loading…
Reference in New Issue
Block a user