Skip to content

Commit

Permalink
Update to mice 3.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanbuuren committed Apr 17, 2024
1 parent e8a062a commit d193383
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: mice
Type: Package
Version: 3.16.8
Version: 3.16.9
Title: Multivariate Imputation by Chained Equations
Date: 2023-10-03
Date: 2024-04-17
Authors@R: c(person("Stef", "van Buuren", role = c("aut","cre"),
email = "[email protected]"),
person("Karin", "Groothuis-Oudshoorn", role = "aut",
Expand Down Expand Up @@ -99,4 +99,4 @@ URL: https://github.com/amices/mice,
BugReports: https://github.com/amices/mice/issues
LinkingTo: cpp11, Rcpp
License: GPL (>= 2)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ S3method(cci,default)
S3method(cci,mids)
S3method(complete,mids)
S3method(densityplot,mids)
S3method(df.residual,lme)
S3method(df.residual,mer)
S3method(df.residual,mira)
S3method(df.residual,multinom)
S3method(filter,mids)
S3method(glance,mipo)
S3method(ic,data.frame)
Expand All @@ -19,6 +23,7 @@ S3method(ic,matrix)
S3method(ic,mids)
S3method(ici,default)
S3method(ici,mids)
S3method(is.nan,data.frame)
S3method(mcar,data.frame)
S3method(plot,mcar_object)
S3method(plot,md.pattern)
Expand All @@ -38,6 +43,7 @@ S3method(summary,mids)
S3method(summary,mipo)
S3method(summary,mira)
S3method(tidy,mipo)
S3method(vcov,mipo)
S3method(with,mids)
S3method(xyplot,mads)
S3method(xyplot,mids)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Fixes a problem with the `minpuc` argument in `quickpred()` (#634)
* Fixes `coef() not available on S4 object` when using with `lavaan` (#615, #616)
* Adds `.github/dependabot.yml` configuration to automate daily check (#598)
* Update documentation tags to `roxygen2 7.3.1` requirements

# mice 3.16.8

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.8-orange.svg)](https://amices.org/mice/)
[![](https://img.shields.io/badge/github%20version-3.16.9-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.8-orange.svg)](https://amices.org/mice/)
[![](https://img.shields.io/badge/github%20version-3.16.9-orange.svg)](https://amices.org/mice/)
<!-- badges: end -->

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

0 comments on commit d193383

Please sign in to comment.