gnu: r-ggplot2: Add r-svglite to propagated-inputs.

* gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add
r-svglite.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -727,7 +727,8 @@ legends.")
("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