Type: Package
Package: pointblank
Version: 0.5.2
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: c(
    person("Richard", "Iannone", , "riannone@me.com", c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3925-190X")),
    person("Mauricio", "Vargas", , "mvargas@dcc.uchile.cl", c("aut"),
           comment = c(ORCID = "0000-0003-1017-7574"))
    )
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.1
Depends: R (>= 3.5.0)
Imports: base64enc (>= 0.1-3), blastula (>= 0.3.1), cli (>= 2.0.2), DBI
        (>= 1.1.0), digest (>= 0.6.25), dplyr (>= 1.0.0), dbplyr (>=
        1.4.4), fs (>= 1.4.1), 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), rlang (>= 0.4.6), magrittr, scales (>=
        1.1.1), testthat (>= 2.3.2), tibble (>= 3.0.0), tidyselect (>=
        1.1.0), yaml (>= 2.2.1)
Suggests: covr, lubridate, RSQLite, RMariaDB, RPostgres, readr,
        rmarkdown, sparklyr, dittodb, odbc
NeedsCompilation: no
Packaged: 2020-08-27 18:37:13 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>),
  Mauricio Vargas [aut] (<https://orcid.org/0000-0003-1017-7574>)
Maintainer: Richard Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2020-08-28 07:20:03 UTC
