Type: Package
Package: pointblank
Version: 0.7.0
Title: Validation of Local and Remote Data Tables
Description: Validate data in data frames, 'tibble' objects, 'Spark'
    'DataFrames', and 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. Many other workflows are
    available including an information management workflow, where the aim is to
    record, collect, and generate useful information on data tables.
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://rich-iannone.github.io/pointblank/,
        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.2), cli (>= 2.2.0), DBI
        (>= 1.1.0), digest (>= 0.6.25), dplyr (>= 1.0.2), dbplyr (>=
        1.4.4), fs (>= 1.4.1), glue (>= 1.4.2), gt (>= 0.2.2),
        htmltools (>= 0.5.0), knitr (>= 1.30), rlang (>= 0.4.9),
        magrittr, scales (>= 1.1.1), testthat (>= 2.3.2), tibble (>=
        3.0.4), tidyr (>= 1.1.2), tidyselect (>= 1.1.0), yaml (>=
        2.2.1)
Suggests: arrow, covr, crayon, duckdb, ggforce, ggplot2, jsonlite,
        log4r, lubridate, RSQLite, RMySQL, RPostgres, readr, rmarkdown,
        sparklyr, dittodb, odbc
NeedsCompilation: no
Packaged: 2021-03-09 05:36:40 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: 2021-03-09 07:50:14 UTC
