-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.04 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
37
38
39
40
41
42
Package: tidyimpute
Title: Impute the Tidyverse Way
Version: 0.2.0
Date: 2018-03-30
Authors@R: c(
person("Christopher", "Brown", , "chris.brown@decisionpatterns.com", c("aut", "cre") ),
person("Decision Patterns", role = "cph")
)
URL: https://github.com/decisionpatterns/tidyimpute
Description:
Functions and methods for imputing missing values (NA) in tables and list
patterned after the tidyverse approach of 'dplyr' and 'rlang'; works with
data.tables as well.
BugReports: https://github.com/decisionpatterns/tidyimpute/issues
Depends:
R (>= 3.1.0)
Imports:
methods,
dplyr (>= 0.7.2),
rlang (>= 0.1.2),
na.tools (>= 0.1.0)
Suggests:
testthat (>= 1.0.2),
data.table (>= 1.10),
catcont (>= 0.5.0),
magrittr
License: GPL-3 | file LICENSE
LazyData: true
RoxygenNote: 6.0.1.9000
Roxygen: list(markdown = TRUE)
Repository: CRAN
Encoding: UTF-8
Collate:
'data.R'
'drop_cols.R'
'drop_rows.R'
'impute.R'
'make_impute.R'
'utils.R'
'impute_funs.R'
'na_predict.R'
'zzz.R'