From eed928f2a37f7e8eec5ba1b386a8e1b75ed5b5de Mon Sep 17 00:00:00 2001 From: Stef van Buuren Date: Wed, 17 Apr 2024 21:05:39 +0200 Subject: [PATCH] Update to mice 1.16.10 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ README.Rmd | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index db3d3f31..28aab9b2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mice Type: Package -Version: 3.16.9 +Version: 3.16.10 Title: Multivariate Imputation by Chained Equations Date: 2024-04-17 Authors@R: c(person("Stef", "van Buuren", role = c("aut","cre"), diff --git a/NEWS.md b/NEWS.md index 4ee3a76e..bc97b20e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# mice 3.16.10 + +* Adds support for non-syntactic variables names with backticks (#631) + # mice 3.16.9 * Fixes a problem with the `minpuc` argument in `quickpred()` (#634) diff --git a/README.Rmd b/README.Rmd index ba1e599e..0849af93 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.9-orange.svg)](https://amices.org/mice/) +[![](https://img.shields.io/badge/github%20version-3.16.10-orange.svg)](https://amices.org/mice/) ## [Multivariate Imputation by Chained Equations](https://amices.org/mice/) diff --git a/README.md b/README.md index 48423af0..b4d677aa 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.9-orange.svg)](https://amices.org/mice/) +[![](https://img.shields.io/badge/github%20version-3.16.10-orange.svg)](https://amices.org/mice/) ## [Multivariate Imputation by Chained Equations](https://amices.org/mice/)