Skip to content

Commit

Permalink
Update to mice 3.16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanbuuren committed Aug 16, 2024
1 parent 04a287e commit bd4efd1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
10 changes: 6 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"),
person("Karin", "Groothuis-Oudshoorn", role = "aut",
Expand Down Expand Up @@ -40,7 +40,9 @@ Authors@R: c(person("Stef", "van Buuren", role = c("aut","cre"),
person("Caspar", "van Lissa", role = "ctb",
email = "[email protected]"),
person("Hanne", "Oberman", role = "ctb",
email = "[email protected]"))
email = "[email protected]"),
person("Stephen", "Wade", role = "ctb",
email = "[email protected]"))
Maintainer: Stef van Buuren <[email protected]>
Depends:
R (>= 2.10.0)
Expand Down Expand Up @@ -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
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
<!-- badges: end -->

## [Multivariate Imputation by Chained Equations](https://amices.org/mice/)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
<!-- badges: end -->

## [Multivariate Imputation by Chained Equations](https://amices.org/mice/)
Expand Down
1 change: 1 addition & 0 deletions man/mice.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd4efd1

Please sign in to comment.