Package: hdImpute
Type: Package
Title: A Batch Process for High Dimensional Imputation
Version: 0.1.1
BugReports: https://github.com/pdwaggoner/hdImpute/issues
Authors@R: person("Philip", "Waggoner", role = c("aut", "cre"), email = "philip.waggoner@gmail.com")
Maintainer: Philip Waggoner <philip.waggoner@gmail.com>
Description: A correlation-based batch process for fast imputation for 
    high dimensional missing data problems via chained random forests.
    See Stekhoven and Bühlmann (2012) <doi:10.1093/bioinformatics/btr597> 
    for more on missForest, and Mayer (2022) 
    <https://github.com/mayer79/missRanger> for more on missRanger.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: missRanger, plyr, purrr, magrittr, tibble, dplyr, tidyselect,
        cli
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, usethis, missForest,
        tidyverse
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-04-20 20:52:28 UTC; philip.waggoner
Author: Philip Waggoner [aut, cre]
Repository: CRAN
Date/Publication: 2022-04-20 21:12:28 UTC
Built: R 4.1.2; ; 2022-04-21 11:00:32 UTC; unix
