guix-commits
[Top][All Lists]
Advanced

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

18/31: gnu: r-rstatix: Update to 0.6.0.


From: guix-commits
Subject: 18/31: gnu: r-rstatix: Update to 0.6.0.
Date: Mon, 22 Jun 2020 06:16:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 13141c667b9c533412e4a399fc64e9625b122a0d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 22 12:12:53 2020 +0200

    gnu: r-rstatix: Update to 0.6.0.
    
    * gnu/packages/cran.scm (r-rstatix): Update to 0.6.0.
    [propagated-inputs]: Add r-generics.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4416479..552693a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6231,14 +6231,14 @@ and adds the annotation to the plot.")
 (define-public r-rstatix
   (package
     (name "r-rstatix")
-    (version "0.5.0")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rstatix" version))
        (sha256
         (base32
-         "0ikbjmr58ah39rlwyiix50kl3yk9j7jngsvl6hh973392qdvmch6"))))
+         "0nwwvxwr4z3j4n9z8cnvwghppc836g47n0ia98chk272qwh8xcpb"))))
     (properties `((upstream-name . "rstatix")))
     (build-system r-build-system)
     (propagated-inputs
@@ -6246,6 +6246,7 @@ and adds the annotation to the plot.")
        ("r-car" ,r-car)
        ("r-corrplot" ,r-corrplot)
        ("r-dplyr" ,r-dplyr)
+       ("r-generics" ,r-generics)
        ("r-magrittr" ,r-magrittr)
        ("r-purrr" ,r-purrr)
        ("r-rlang" ,r-rlang)



reply via email to

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