guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ben Woodcroft
Subject: 01/01: gnu: r-ggplot2: Add r-svglite to propagated-inputs.
Date: Mon, 23 Jan 2017 11:25:11 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit e4b6c565beef27a1ce2203a9bc119e84a126e5e0
Author: Ben Woodcroft <address@hidden>
Date:   Mon Jan 23 21:23:33 2017 +1000

    gnu: r-ggplot2: Add r-svglite to propagated-inputs.
    
    * gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add
    r-svglite.
---
 gnu/packages/statistics.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f27cb57..596c2ba 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]