Changes in version 1.0-8 (2026-02-23) CHANGES o Corrections to format of citation and URLs in documentation. Changes in version 1.0-7 (2022-12-04) BUG FIXES o Added the ranger package as a suggested package so that the vignette works with the latest version of mice. Application made to update on CRAN. Changes in version 1.0-6 (2021-11-25) BUG FIXES o Corrected vignette to work with the latest version of mice. Application made to update on CRAN. Changes in version 1.0-5 (2021-05-05) CHANGES o Changed DOIs in documentation into URLs to use the https prefix. Changes in version 1.0-4 CHANGES o Changed BuildVignettes to TRUE. Changes in version 1.0-3 BUG FIXES o Dropped from CRAN because vignettes were not building using latest version of mice. The method of extracting pooled coefficients from multiply imputed datasets has been changed. Application made for reinstating this updated version on CRAN. Changes in version 1.0-2 BUG FIXES o Vignette updated to work with latest version of survival package (ensuring that it works in the event of a missing cumulative hazard estimate). Changes in version 1.0-1 (2018-06-11) BUG FIXES o Vignette updated to work with mice 3 format of multiple imputation results. Changes in version 1.0-0 CHANGES o Allow mice.impute.rfcat to work with logical variables (consistent with mice.impute.logreg) Changes in version 0.1-6 (2014-05-07) BUG FIXES o Errors in mice.impute.rfcat and mice.impute.rfcont when there is one missing value and multiple predictors (thanks to David Erceg-Hurn for finding this bug). o Error in mice.impute.rfcat when all observed values are identical (thanks to David Erceg-Hurn for finding this bug). Changes in version 0.1-5 (2014-03-24) CHANGES o Update vignette to investigate RF Doove with different numbers of trees. Remove rfImpute from vignette, as it is not suitable for survival data. o Updated author names in DESCRIPTION. BUG FIXES o Corrections to vignette so that it works on multiple platforms. o Ensure that rfcont works with a single column predictor - randomForest requires the predictor to be a matrix even if one column (thanks to Jonathan Bartlett for finding this bug). Changes in version 0.1-4 (2014-02-13) CHANGES o A new argument ntree, to correspond to the ntree argument in mice.impute.rf. Changes in version 0.1-3 CHANGES o Added information and links for the mice.impute.rf and mice.impute.cart methods in mice version 2.20. o Added reference to published paper. Changes in version 0.1-2 (2013-11-11) CHANGES o A new option: maxnodes (maximum number of nodes in regresion tree). Changes in version 0.1-1 BUG FIXES o Allow factors with missing categories in rfcat. o Allow single predictor for imputation models.