gnu: r-ggplot2: Add r-svglite to propagated-inputs.
* gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add r-svglite.
This commit is contained in:
parent
843f255388
commit
e4b6c565be
|
@ -727,7 +727,8 @@ legends.")
|
||||||
("r-lazyeval" ,r-lazyeval)
|
("r-lazyeval" ,r-lazyeval)
|
||||||
("r-tibble" ,r-tibble)
|
("r-tibble" ,r-tibble)
|
||||||
("r-reshape2" ,r-reshape2)
|
("r-reshape2" ,r-reshape2)
|
||||||
("r-scales" ,r-scales)))
|
("r-scales" ,r-scales)
|
||||||
|
("r-svglite" ,r-svglite))) ; Needed for 'ggsave'
|
||||||
(home-page "http://ggplot2.org")
|
(home-page "http://ggplot2.org")
|
||||||
(synopsis "An implementation of the grammar of graphics")
|
(synopsis "An implementation of the grammar of graphics")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue