Type: Package
Package: pointblank
Version: 0.3.1.1
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.1.0
Depends: R (>= 3.5.0)
Imports: blastula (>= 0.3.1), cli (>= 2.0.2), DBI (>= 1.1.0), dplyr (>=
        0.8.5), dbplyr (>= 1.4.2), ggforce (>= 0.3.1), ggplot2 (>=
        3.3.0), glue (>= 1.3.2), gt (>= 0.2.0.5), htmltools (>= 0.4.0),
        magrittr, rlang (>= 0.4.5), scales (>= 1.1.0), tibble (>=
        3.0.0), tidyselect (>= 1.0.0)
Suggests: covr, knitr, lubridate, RSQLite, testthat (>= 2.1.0), readr,
        rmarkdown
NeedsCompilation: no
Packaged: 2020-04-02 08:03:45 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-04-02 08:40:03 UTC
