Skip to content

Commit

Permalink
bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Oct 27, 2024
1 parent 8651844 commit 502d27e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "multimput: Using Multiple Imputation to Address Missing Data",
"version": "0.2.14",
"version": "0.2.15",
"license": "GPL-3.0",
"upload_type": "software",
"description": "<p>Accompanying package for the paper: Working with population totals in the presence of missing data comparing imputation methods in terms of bias and precision. Published in 2017 in the Journal of Ornithology volume 158 page 603–615 (doi:10.1007/s10336-016-1404-9).<\/p>",
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ identifiers:
value: 10.5281/zenodo.598331
- type: url
value: https://inbo.github.io/multimput/
version: 0.2.14
version: 0.2.15
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: multimput
Title: Using Multiple Imputation to Address Missing Data
Version: 0.2.14
Version: 0.2.15
Authors@R: c(
person("Thierry", "Onkelinx", , "thierry.onkelinx@inbo.be", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# multimput 0.2.14

* Bugfix in `hurdle_impute()` when selecting single covariates.

# multimput 0.2.14

* In case all imputed values are identical, `model_impute()` only runs a single
model on one imputation.
It reports the mean and standard errors based on the single model as-is.
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ citHeader("To cite `multimput` in publications please use:")
# begin checklist entry
bibentry(
bibtype = "Manual",
title = "multimput: Using Multiple Imputation to Address Missing Data. Version 0.2.14",
title = "multimput: Using Multiple Imputation to Address Missing Data. Version 0.2.15",
author = c( author = c(person(given = "Thierry", family = "Onkelinx"), person(given = "Koen", family = "Devos"), person(given = "Paul", family = "Quataert"))),
year = 2024,
url = "https://inbo.github.io/multimput/",
abstract = "Accompanying package for the paper: Working with population totals in the presence of missing data comparing imputation methods in terms of bias and precision. Published in 2017 in the Journal of Ornithology volume 158 page 603–615 (doi:10.1007/s10336-016-1404-9).",
textVersion = "Onkelinx, Thierry; Devos, Koen; Quataert, Paul (2024) multimput: Using Multiple Imputation to Address Missing Data. Version 0.2.14. https://inbo.github.io/multimput/",
textVersion = "Onkelinx, Thierry; Devos, Koen; Quataert, Paul (2024) multimput: Using Multiple Imputation to Address Missing Data. Version 0.2.15. https://inbo.github.io/multimput/",
keywords = "missing data, multiple imputation, Rubin",
doi = "10.5281/zenodo.598331",
)
Expand Down

0 comments on commit 502d27e

Please sign in to comment.