guix-commits
[Top][All Lists]
Advanced

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

87/103: gnu: r-ggpubr: Update to 0.1.8.


From: Ricardo Wurmus
Subject: 87/103: gnu: r-ggpubr: Update to 0.1.8.
Date: Wed, 5 Sep 2018 14:03:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit caaec8865117a15392a5220fe29f0acacef1a318
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 19:40:20 2018 +0200

    gnu: r-ggpubr: Update to 0.1.8.
    
    * gnu/packages/cran.scm (r-ggpubr): Update to 0.1.8.
    [propagated-inputs]: Add r-glue and r-polynom.
---
 gnu/packages/cran.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8eac103..9f3d1bf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4411,14 +4411,14 @@ and adds the annotation to the plot.")
 (define-public r-ggpubr
   (package
     (name "r-ggpubr")
-    (version "0.1.7")
+    (version "0.1.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggpubr" version))
        (sha256
         (base32
-         "110ny8p41kmbz0a5rl0mv9cqpjkx6yr3ybflp1r0fmcvhwv7cr3i"))))
+         "0psl2zndm4wk6nnj1nv305islpxfvfgd87gjh2ph8yqn4mxpnfi1"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cowplot" ,r-cowplot)
@@ -4427,8 +4427,10 @@ and adds the annotation to the plot.")
        ("r-ggrepel" ,r-ggrepel)
        ("r-ggsci" ,r-ggsci)
        ("r-ggsignif" ,r-ggsignif)
+       ("r-glue" ,r-glue)
        ("r-gridextra" ,r-gridextra)
        ("r-magrittr" ,r-magrittr)
+       ("r-polynom" ,r-polynom)
        ("r-purrr" ,r-purrr)
        ("r-scales" ,r-scales)
        ("r-tidyr" ,r-tidyr)))



reply via email to

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