Skip to content

Commit ee9d2d9

Browse files
committed
Update to mice 3.17.1
1 parent 948e5d2 commit ee9d2d9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: mice
22
Type: Package
3-
Version: 3.17.0.9000
3+
Version: 3.17.1
44
Title: Multivariate Imputation by Chained Equations
5-
Date: 2024-12-21
5+
Date: 2024-12-22
66
Authors@R: c(person("Stef", "van Buuren", role = c("aut","cre"),
77
email = "stef.vanbuuren@tno.nl"),
88
person("Karin", "Groothuis-Oudshoorn", role = "aut",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mice 3.17.0.9000
1+
# mice 3.17.1
22

33
* Adds `modeltype` argument to `mice()` for specify `"pred"` versus `"formula"` model type. The `modeltype` argument allows the user to specify different model type across blocks. It replaces the `calltype` attribute of `blocks`.
44
* Adds support for roxygen markdown documentation

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set.seed(1)
2323
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/mice)](https://cran.r-project.org/package=mice)
2424
[![](https://cranlogs.r-pkg.org/badges/mice)](https://cran.r-project.org/package=mice)
2525
[![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)
26-
[![](https://img.shields.io/badge/github%20version-3.17.0-orange.svg)](https://amices.org/mice/)
26+
[![](https://img.shields.io/badge/github%20version-3.17.1-orange.svg)](https://amices.org/mice/)
2727
<!-- badges: end -->
2828

2929
## [Multivariate Imputation by Chained Equations](https://amices.org/mice/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/mice)](https://cran.r-project.org/package=mice)
88
[![](https://cranlogs.r-pkg.org/badges/mice)](https://cran.r-project.org/package=mice)
99
[![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)
10-
[![](https://img.shields.io/badge/github%20version-3.17.0-orange.svg)](https://amices.org/mice/)
10+
[![](https://img.shields.io/badge/github%20version-3.17.1-orange.svg)](https://amices.org/mice/)
1111
<!-- badges: end -->
1212

1313
## [Multivariate Imputation by Chained Equations](https://amices.org/mice/)

0 commit comments

Comments
 (0)