summary refs log tree commit diff
path: root/gnu/packages/cran.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-05-12 16:54:15 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-05-12 19:44:29 +0200
commit6256322e6a1c832ede2cf70dfc5dc45b32da0587 (patch)
tree20c3a2e0e8da5610f70cb7081357e93ba5932f68 /gnu/packages/cran.scm
parent220311606a623f8d4de56b225d65cee9d6a43a69 (diff)
downloadguix-6256322e6a1c832ede2cf70dfc5dc45b32da0587.tar.gz
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.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b9bf9954b7..eecb7564e8 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")