rplot: add egg package for ggarange function

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

View File

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