[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/53: gnu: r-mice: Update to 3.8.0.
From: |
guix-commits |
Subject: |
50/53: gnu: r-mice: Update to 3.8.0. |
Date: |
Sat, 22 Feb 2020 14:46:22 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 051d8f439ee6e715f3d483f24e2cd02664911236
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Feb 22 13:53:56 2020 +0100
gnu: r-mice: Update to 3.8.0.
* gnu/packages/cran.scm (r-mice): Update to 3.8.0.
[propagated-inputs]: Remove r-mass, r-mitml, r-nnet, r-rlang, r-rpart, and
r-survival; add r-tidyr.
---
gnu/packages/cran.scm | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b97cd06..f074cd3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3357,26 +3357,21 @@ analysis of multiply imputed data sets.")
(define-public r-mice
(package
(name "r-mice")
- (version "3.7.0")
+ (version "3.8.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "mice" version))
(sha256
(base32
- "1wx1s1gc07iz63w4m8z0i1n5mc273f89grp5d3hfla7ypicjkasf"))))
+ "1ibybvigqkkla4xwhqs2w4m6c68alfcdsljx99nn4p92rzb1ig04"))))
(build-system r-build-system)
(propagated-inputs
`(("r-broom" ,r-broom)
("r-dplyr" ,r-dplyr)
("r-lattice" ,r-lattice)
- ("r-mass" ,r-mass)
- ("r-mitml" ,r-mitml)
- ("r-nnet" ,r-nnet)
("r-rcpp" ,r-rcpp)
- ("r-rlang" ,r-rlang)
- ("r-rpart" ,r-rpart)
- ("r-survival" ,r-survival)))
+ ("r-tidyr" ,r-tidyr)))
(home-page "https://cran.r-project.org/web/packages/mice/")
(synopsis "Multivariate imputation by chained equations")
(description
- 31/53: gnu: Add r-cdm., (continued)
- 31/53: gnu: Add r-cdm., guix-commits, 2020/02/22
- 33/53: gnu: Add r-erm., guix-commits, 2020/02/22
- 37/53: gnu: r-tsp: Update to 1.1-9., guix-commits, 2020/02/22
- 28/53: gnu: Add r-d3network., guix-commits, 2020/02/22
- 29/53: gnu: Add r-qgraph., guix-commits, 2020/02/22
- 34/53: gnu: Add r-irtoys., guix-commits, 2020/02/22
- 48/53: gnu: r-ggm: Update to 2.5., guix-commits, 2020/02/22
- 44/53: gnu: r-forecast: Update to 8.11., guix-commits, 2020/02/22
- 45/53: gnu: r-regsem: Update to 1.5.2., guix-commits, 2020/02/22
- 49/53: gnu: r-qgraph: Update to 1.6.5., guix-commits, 2020/02/22
- 50/53: gnu: r-mice: Update to 3.8.0.,
guix-commits <=
- 51/53: gnu: r-rpf: Update to 1.0.2., guix-commits, 2020/02/22
- 36/53: gnu: r-squarem: Update to 2020.2., guix-commits, 2020/02/22