guix-commits
[Top][All Lists]
Advanced

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

14/46: gnu: r-ggpubr: Update to 0.3.0.


From: guix-commits
Subject: 14/46: gnu: r-ggpubr: Update to 0.3.0.
Date: Tue, 12 May 2020 13:44:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6256322e6a1c832ede2cf70dfc5dc45b32da0587
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue May 12 16:54:15 2020 +0200

    gnu: r-ggpubr: Update to 0.3.0.
    
    * gnu/packages/cran.scm (r-ggpubr): Update to 0.3.0.
    [propagated-inputs]: Add r-rstatix and r-tibble.
---
 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 b9bf995..eecb756 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6096,14 +6096,14 @@ matrix.")
 (define-public r-ggpubr
   (package
     (name "r-ggpubr")
-    (version "0.2.5")
+    (version "0.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggpubr" version))
        (sha256
         (base32
-         "0kb3hpmnhj4mkbx1kx0kv5y22himr8dijqx7ra0h8hi0pf2l2ha7"))))
+         "1dly74cnn8iq7vsgmcz0czszdsmg5cgzm4w3s0v30k4psmmzqbxq"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cowplot" ,r-cowplot)
@@ -6119,6 +6119,8 @@ matrix.")
        ("r-purrr" ,r-purrr)
        ("r-rlang" ,r-rlang)
        ("r-scales" ,r-scales)
+       ("r-rstatix" ,r-rstatix)
+       ("r-tibble" ,r-tibble)
        ("r-tidyr" ,r-tidyr)))
     (home-page "http://www.sthda.com/english/rpkgs/ggpubr";)
     (synopsis "ggplot2-based publication-ready plots")



reply via email to

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