From 663ee7a21cacfe8179c91ed6453601f60e691f0d Mon Sep 17 00:00:00 2001 From: Stef van Buuren Date: Wed, 27 Jan 2021 10:43:48 +0100 Subject: [PATCH] Update to 3.13.0 --- DESCRIPTION | 2 +- NEWS.md | 14 ++++---------- README.Rmd | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fa44c8ee4..9e68fcd0d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mice Type: Package -Version: 3.12.4 +Version: 3.13.0 Title: Multivariate Imputation by Chained Equations Date: 2021-01-26 Authors@R: c(person("Stef", "van Buuren", role = c("aut","cre"), diff --git a/NEWS.md b/NEWS.md index f849c0d1f..ff3824e2c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,22 +3,16 @@ title: "News" output: github_document --- -# mice 3.12.4 +# mice 3.13.0 -* Repairs an error in `tests\testhat\test-D1.R` that failed on `mitml 0.4-0` - -# mice 3.12.3 +### Major changes * Updated `mids2spss()` replaces the `foreign` by `haven` package. Contributed Gerko Vink (#291) -# mice 3.12.2 - -* Reverts `with.mids()` function to old version because the change in commit 4634094 broke downstream package `metafor` (#292) - -# mice 3.12.1 - ### Minor changes +* Repairs an error in `tests\testhat\test-D1.R` that failed on `mitml 0.4-0` +* Reverts `with.mids()` function to old version because the change in commit 4634094 broke downstream package `metafor` (#292) * Solves a glitch in `mice.impute.rf()` in finding candidate donors (#288, #289) # mice 3.12.0 diff --git a/README.Rmd b/README.Rmd index 61b37eaf2..be8381aaa 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,7 +20,7 @@ options(width = 60, digits = 3) [![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) -[![](https://img.shields.io/badge/github%20version-3.12.3-orange.svg)](https://amices.github.io/mice/) +[![](https://img.shields.io/badge/github%20version-3.13.0-orange.svg)](https://amices.github.io/mice/) ## [Multivariate Imputation by Chained Equations](https://amices.github.io/mice/) diff --git a/README.md b/README.md index 21687cab0..c6fb95805 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ mice