rplot: add egg package for ggarange function

This commit is contained in:
Rodrigo Arias 2021-02-03 12:46:54 +01:00
parent d70adae9ec
commit a286488979
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {