Type: Package
Package: pointblank
Title: Validation of Local and Remote Data Tables
Version: 0.2.1
Authors@R: 
    person("Richard", "Iannone", , "riannone@me.com", c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3925-190X"))
Description: Validate data in data frames,
    'tibble' objects, in 'CSV' and 'TSV' files,
    and in database tables ('PostgreSQL' and 'MySQL').
    Validation pipelines can be made using
    easily-readable, consecutive validation steps
    and such pipelines allow for switching of the
    data table context. 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.
License: MIT + file LICENSE
URL: https://github.com/rich-iannone/pointblank
BugReports: https://github.com/rich-iannone/pointblank/issues
Depends: R (>= 3.5.0)
Imports: commonmark (>= 1.7), DBI (>= 1.0.0), dplyr (>= 0.8.3), glue
        (>= 1.3.1), htmltools (>= 0.3.6), httr (>= 1.4.1), lubridate
        (>= 1.7.4), magrittr, messaging (>= 0.1.0), purrr (>= 0.3.2),
        readr (>= 1.3.1), rlang (>= 0.4.0), rmarkdown (>= 1.14), RMySQL
        (>= 0.10.14), RPostgreSQL (>= 0.6-2), stringr (>= 1.4.0),
        tibble (>= 2.1.3)
Suggests: testthat, covr
Encoding: UTF-8
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-09-12 12:58:58 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>)
Maintainer: Richard Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2019-09-12 13:50:02 UTC
