rplot: add viridis R package
This commit is contained in:
parent
71a1396955
commit
52360c9459
@ -15,7 +15,7 @@ with stdenv.lib;
|
|||||||
|
|
||||||
let
|
let
|
||||||
customR = rWrapper.override {
|
customR = rWrapper.override {
|
||||||
packages = with rPackages; [ tidyverse ] ++ extraRPackages;
|
packages = with rPackages; [ tidyverse viridis ] ++ extraRPackages;
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
|
Loading…
Reference in New Issue
Block a user