Package: tidyimpute
Title: Imputation the Tidyverse Way
Version: 0.1.0
Date: 2018-02-01
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), magrittr
License: GPL-3 | file LICENSE
LazyData: true
RoxygenNote: 6.0.1.9000
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'
NeedsCompilation: no
Packaged: 2018-03-04 22:46:09 UTC; cbrown
Author: Christopher Brown [aut, cre],
  Decision Patterns [cph]
Maintainer: Christopher Brown <chris.brown@decisionpatterns.com>
Date/Publication: 2018-03-05 11:46:49 UTC
Built: R 3.4.4; ; 2019-04-25 21:50:35 UTC; windows
