Type: Package
Package: pointblank
Version: 0.3.0
Title: Validation of Local and Remote Data Tables
Description: Validate data in data frames, 'tibble' objects, and in database
    tables (e.g., 'PostgreSQL' and 'MySQL'). Validation pipelines can be made
    using easily-readable, consecutive validation steps. Upon execution of the
    validation plan, several reporting options are available. User-defined
    thresholds for failure rates allow for the determination of appropriate
    reporting actions.
Authors@R: 
    person("Richard", "Iannone", , "riannone@me.com", c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3925-190X"))
License: MIT + file LICENSE
URL: https://github.com/rich-iannone/pointblank
BugReports: https://github.com/rich-iannone/pointblank/issues
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.0.2
Depends: R (>= 3.5.0)
Imports: dplyr (>= 0.8.3), magrittr, rlang (>= 0.4.2), tidyselect (>=
        0.2.5)
Suggests: readr, testthat, covr
Enhances: gt (>= 0.1.0)
Additional_repositories: http://ddsjoberg.github.io/drat
NeedsCompilation: no
Packaged: 2020-01-08 19:21:18 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>)
Maintainer: Richard Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2020-01-10 10:50:10 UTC
