Package: na.tools
Title: Comprehensive Library for Working with Missing (NA) Values in
        Vectors
Version: 0.3.1
Date: 2018-06-25
Authors@R: c(
    person("Christopher", "Brown", , "chris.brown@decisionpatterns.com", c("aut", "cre") ),
    person("Decision Patterns", role = "cph")
    )
Description: 
    This comprehensive toolkit provide a consistent and 
    extensible framework for working with missing values in vectors. The 
    companion package 'tidyimpute' provides similar functionality for list-like 
    and table-like structures).
    Functions exist for detection, removal, replacement, imputation, 
    recollection, etc. of 'NAs'.
URL: https://github.com/decisionpatterns/na.tools
BugReports: https://github.com/decisionpatterns/na.tools/issues
Depends: R (>= 3.1.0)
Imports: stats, methods
Suggests: testthat (>= 1.0.2)
License: GPL-3 | file LICENSE
LazyData: true
RoxygenNote: 6.0.1.9000
Repository: CRAN
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2018-06-25 19:35:31 UTC; cbrown
Author: Christopher Brown [aut, cre],
  Decision Patterns [cph]
Maintainer: Christopher Brown <chris.brown@decisionpatterns.com>
Date/Publication: 2018-06-25 20:02:57 UTC
Built: R 4.3.0; ; 2023-04-12 03:15:22 UTC; unix
