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:
Ben Woodcroft 2017-01-23 21:23:33 +10:00
parent 843f255388
commit e4b6c565be
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -727,7 +727,8 @@ (define-public r-ggplot2
("r-lazyeval" ,r-lazyeval)
("r-tibble" ,r-tibble)
("r-reshape2" ,r-reshape2)
("r-scales" ,r-scales)))
("r-scales" ,r-scales)
("r-svglite" ,r-svglite))) ; Needed for 'ggsave'
(home-page "http://ggplot2.org")
(synopsis "An implementation of the grammar of graphics")
(description