[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/174: gnu: r-mice: Update to 3.16.0.
From: |
guix-commits |
Subject: |
44/174: gnu: r-mice: Update to 3.16.0. |
Date: |
Tue, 11 Jul 2023 14:48:08 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 055c1b547225db5f42581c76eedbf88beab3349e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:22 2023 +0200
gnu: r-mice: Update to 3.16.0.
* gnu/packages/cran.scm (r-mice): Update to 3.16.0.
[propagated-inputs]: Add r-glmnet, r-mitml, r-nnet, and r-rpart.
---
gnu/packages/cran.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 646a3c867c..f647c3b37f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8157,23 +8157,27 @@ analysis of multiply imputed data sets.")
(define-public r-mice
(package
(name "r-mice")
- (version "3.15.0")
+ (version "3.16.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "mice" version))
(sha256
(base32
- "0yz88b40mpn24z40yfpxrkwrsxk362gwks3v5x69rkix1qkdsr1x"))))
+ "0h20lirk2257y3i1ww5y2pqp9lc21ilmf8yykmz36h55hm8jiw19"))))
(build-system r-build-system)
(propagated-inputs
(list r-broom
r-cpp11
r-dplyr
r-generics
+ r-glmnet
r-lattice
+ r-mitml
+ r-nnet
r-rcpp
r-rlang
+ r-rpart
r-tidyr))
(home-page "https://cran.r-project.org/web/packages/mice/")
(synopsis "Multivariate imputation by chained equations")
- 45/174: gnu: r-gss: Update to 2.2-5., (continued)
- 45/174: gnu: r-gss: Update to 2.2-5., guix-commits, 2023/07/11
- 31/174: gnu: r-fastdummies: Update to 1.7.3., guix-commits, 2023/07/11
- 35/174: gnu: r-rcpp: Update to 1.0.11., guix-commits, 2023/07/11
- 36/174: gnu: r-rcppspdlog: Update to 0.0.13., guix-commits, 2023/07/11
- 41/174: gnu: r-psych: Update to 2.3.6., guix-commits, 2023/07/11
- 22/174: gnu: r-ggpicrust2: Update to 1.7.1., guix-commits, 2023/07/11
- 34/174: gnu: r-pkgload: Update to 1.3.2.1., guix-commits, 2023/07/11
- 39/174: gnu: r-sp: Update to 2.0-0., guix-commits, 2023/07/11
- 40/174: gnu: r-emdbook: Update to 1.3.13., guix-commits, 2023/07/11
- 42/174: gnu: r-broom: Update to 1.0.5., guix-commits, 2023/07/11
- 44/174: gnu: r-mice: Update to 3.16.0.,
guix-commits <=
- 55/174: gnu: r-flextable: Update to 0.9.2., guix-commits, 2023/07/11
- 32/174: gnu: r-ggtern: Update to 3.4.2., guix-commits, 2023/07/11
- 56/174: gnu: r-golem: Update to 0.4.1., guix-commits, 2023/07/11
- 54/174: gnu: r-insight: Update to 0.19.3., guix-commits, 2023/07/11
- 57/174: gnu: r-proc: Update to 1.18.4., guix-commits, 2023/07/11
- 60/174: gnu: r-raster: Update to 3.6-23., guix-commits, 2023/07/11
- 62/174: gnu: r-targets: Update to 1.2.0., guix-commits, 2023/07/11
- 63/174: gnu: r-multcomp: Update to 1.4-25., guix-commits, 2023/07/11
- 66/174: gnu: r-usethis: Update to 2.2.2., guix-commits, 2023/07/11
- 67/174: gnu: r-rcppannoy: Update to 0.0.21., guix-commits, 2023/07/11