Package: pointblank
Type: Package
Title: Validation of Local and Remote Data Tables
Version: 0.2.0
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.
Depends: R (>= 3.1.2)
License: MIT + file LICENSE
Imports: commonmark (>= 1.4), DBI (>= 0.8), dplyr (>= 0.7.4), glue (>=
        1.2.0), httr (>= 1.3.1), magrittr (>= 1.5), purrr (>= 0.2.4),
        readr (>= 1.1.1), rlang (>= 0.2.0), rmarkdown (>= 1.9), RMySQL
        (>= 0.10.14), RPostgreSQL (>= 0.6-2), stringr (>= 1.3.0),
        tibble (>= 1.4.2), tidyr (>= 0.8.0)
Suggests: testthat
URL: https://github.com/rich-iannone/pointblank
BugReports: https://github.com/rich-iannone/pointblank/issues
Encoding: UTF-8
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-05-02 07:34:35 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>)
Maintainer: Richard Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2018-05-02 07:51:25 UTC
