guix-commits
[Top][All Lists]
Advanced

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

30/143: gnu: r-mice: Update to 3.15.0.


From: guix-commits
Subject: 30/143: gnu: r-mice: Update to 3.15.0.
Date: Tue, 29 Nov 2022 13:29:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1d4a33df7705a74a3e1aecf66394d627f54defc7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:07 2022 +0100

    gnu: r-mice: Update to 3.15.0.
    
    * gnu/packages/cran.scm (r-mice): Update to 3.15.0.
    [propagated-inputs]: Remove r-withr.
---
 gnu/packages/cran.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 02fb47b4b2..b7dd1885de 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6645,14 +6645,14 @@ analysis of multiply imputed data sets.")
 (define-public r-mice
   (package
     (name "r-mice")
-    (version "3.14.0")
+    (version "3.15.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "mice" version))
        (sha256
         (base32
-         "01fnfrr7adp29s5kic95r9q0rdznkz2pjmziyimnrqzyicyvfyzq"))))
+         "0yz88b40mpn24z40yfpxrkwrsxk362gwks3v5x69rkix1qkdsr1x"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-broom
@@ -6662,8 +6662,7 @@ analysis of multiply imputed data sets.")
            r-lattice
            r-rcpp
            r-rlang
-           r-tidyr
-           r-withr))
+           r-tidyr))
     (home-page "https://cran.r-project.org/web/packages/mice/";)
     (synopsis "Multivariate imputation by chained equations")
     (description



reply via email to

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