-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: hdImpute
Type: Package
Title: A Batch Process for High Dimensional Imputation
Version: 0.2.1
BugReports: https://github.com/pdwaggoner/hdImpute/issues
Authors@R: person("Philip", "Waggoner", role = c("aut", "cre"), email = "[email protected]")
Maintainer: Philip Waggoner <[email protected]>
Description: A correlation-based batch process for fast, accurate imputation for
high dimensional missing data problems via chained random forests.
See Waggoner (2023) <doi:10.1007/s00180-023-01325-9> for more on 'hdImpute',
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
LazyData: true
Imports:
missRanger,
plyr,
purrr,
magrittr,
tibble,
dplyr,
tidyselect,
tidyr,
cli
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
usethis,
missForest,
tidyverse
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Config/testthat/edition: 3
URL: https://github.com/pdwaggoner/hdImpute