diff --git a/DESCRIPTION b/DESCRIPTION index 947d53ea5..6275080b2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: mice Type: Package -Version: 3.16.12 +Version: 3.16.13 Title: Multivariate Imputation by Chained Equations -Date: 2024-07-29 +Date: 2024-08-16 Authors@R: c(person("Stef", "van Buuren", role = c("aut","cre"), email = "stef.vanbuuren@tno.nl"), person("Karin", "Groothuis-Oudshoorn", role = "aut", @@ -40,7 +40,9 @@ Authors@R: c(person("Stef", "van Buuren", role = c("aut","cre"), person("Caspar", "van Lissa", role = "ctb", email = "c.j.vanlissa@uu.nl"), person("Hanne", "Oberman", role = "ctb", - email = "h.i.oberman@uu.nl")) + email = "h.i.oberman@uu.nl"), + person("Stephen", "Wade", role = "ctb", + email = "stephematician@gmail.com")) Maintainer: Stef van Buuren Depends: R (>= 2.10.0) @@ -100,4 +102,4 @@ URL: https://github.com/amices/mice, BugReports: https://github.com/amices/mice/issues LinkingTo: cpp11, Rcpp License: GPL (>= 2) -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 diff --git a/NEWS.md b/NEWS.md index 0a62c2a45..58cbc9e8e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# mice 3.16.13 + +* Adds support for the `literanger` package for `rf` imputation that is about twice as fast as `ranger` (#648). Thanks @stephematician for the contribution. + # mice 3.16.12 * Fixes an installation problem when `Rprofile` prints to `stdout` on Fedora, R version 4.1.3 (#646, #647). Thanks @brookslogan for the fix. diff --git a/README.Rmd b/README.Rmd index 89148ef92..38f64e35f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -23,7 +23,7 @@ set.seed(1) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/mice)](https://cran.r-project.org/package=mice) [![](https://cranlogs.r-pkg.org/badges/mice)](https://cran.r-project.org/package=mice) [![R-CMD-check](https://github.com/amices/mice/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/amices/mice/actions/workflows/R-CMD-check.yaml) -[![](https://img.shields.io/badge/github%20version-3.16.12-orange.svg)](https://amices.org/mice/) +[![](https://img.shields.io/badge/github%20version-3.16.13-orange.svg)](https://amices.org/mice/) ## [Multivariate Imputation by Chained Equations](https://amices.org/mice/) diff --git a/README.md b/README.md index 366ffe5a7..e39e71e5b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/mice)](https://cran.r-project.org/package=mice) [![](https://cranlogs.r-pkg.org/badges/mice)](https://cran.r-project.org/package=mice) [![R-CMD-check](https://github.com/amices/mice/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/amices/mice/actions/workflows/R-CMD-check.yaml) -[![](https://img.shields.io/badge/github%20version-3.16.12-orange.svg)](https://amices.org/mice/) +[![](https://img.shields.io/badge/github%20version-3.16.13-orange.svg)](https://amices.org/mice/) ## [Multivariate Imputation by Chained Equations](https://amices.org/mice/) diff --git a/man/mice.Rd b/man/mice.Rd index d6439b678..878f30026 100644 --- a/man/mice.Rd +++ b/man/mice.Rd @@ -474,6 +474,7 @@ Other contributors: \item Edoardo Costantini \email{e.costantini@tilburguniversity.edu} [contributor] \item Caspar van Lissa \email{c.j.vanlissa@uu.nl} [contributor] \item Hanne Oberman \email{h.i.oberman@uu.nl} [contributor] + \item Stephen Wade \email{stephematician@gmail.com} [contributor] }