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