Type: Package
Package: pointblank
Version: 0.4.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.1.0.9000
Depends: R (>= 3.5.0)
Imports: base64enc (>= 0.1-3), blastula (>= 0.3.1), cli (>= 2.0.2), DBI
        (>= 1.1.0), dplyr (>= 1.0.0), dbplyr (>= 1.4.4), ggforce (>=
        0.3.1), ggplot2 (>= 3.3.0), glue (>= 1.3.2), gt (>= 0.2.1),
        htmltools (>= 0.4.0), log4r (>= 0.3.2), knitr (>= 1.28),
        magrittr, rlang (>= 0.4.6), scales (>= 1.1.1), testthat (>=
        2.3.2), tibble (>= 3.0.0), tidyselect (>= 1.1.0)
Suggests: covr, lubridate, RSQLite, RMariaDB, RPostgres, readr,
        rmarkdown
NeedsCompilation: no
Packaged: 2020-06-22 13:08:30 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-06-22 17:20:02 UTC
