mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
3aebedcc02
commit
975cd29a98
1 changed files with 2 additions and 1 deletions
|
@ -598,7 +598,8 @@ (define-public r-ggplot2
|
|||
("r-plyr" ,r-plyr)
|
||||
("r-proto" ,r-proto)
|
||||
("r-reshape2" ,r-reshape2)
|
||||
("r-scales" ,r-scales)))
|
||||
("r-scales" ,r-scales)
|
||||
("r-svglite" ,r-svglite)))
|
||||
(home-page "http://ggplot2.org")
|
||||
(synopsis "An implementation of the grammar of graphics")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue