Type: Package
Package: pointblank
Version: 0.12.2
Title: Data Validation and Organization of Metadata for Local and
        Remote Tables
Description: Validate data in data frames, 'tibble' objects, 'Spark'
    'DataFrames', and database tables. 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", , "rich@posit.co", c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3925-190X")),
    person("Mauricio", "Vargas", , "mavargas11@uc.cl", c("aut"),
           comment = c(ORCID = "0000-0003-1017-7574")),
    person("June", "Choe", , "jchoe001@gmail.com", c("aut"),
           comment = c(ORCID = "0000-0002-0701-921X"))
    )
License: MIT + file LICENSE
URL: https://rstudio.github.io/pointblank/,
        https://github.com/rstudio/pointblank
BugReports: https://github.com/rstudio/pointblank/issues
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
Imports: base64enc (>= 0.1-3), blastula (>= 0.3.3), cli (>= 3.6.0), DBI
        (>= 1.1.0), digest (>= 0.6.27), dplyr (>= 1.0.10), dbplyr (>=
        2.3.0), fs (>= 1.6.0), glue (>= 1.6.2), gt (>= 0.9.0),
        htmltools (>= 0.5.4), knitr (>= 1.42), rlang (>= 1.0.3),
        magrittr, scales (>= 1.2.1), testthat (>= 3.1.6), tibble (>=
        3.1.8), tidyr (>= 1.3.0), tidyselect (>= 1.2.0), yaml (>=
        2.3.7)
Suggests: arrow, bigrquery, data.table, duckdb, ggforce, ggplot2,
        jsonlite, log4r, lubridate, RSQLite, RMySQL, RPostgres, readr,
        rmarkdown, sparklyr, dittodb, odbc
NeedsCompilation: no
Packaged: 2024-10-23 00:32:58 UTC; riannone
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>),
  Mauricio Vargas [aut] (<https://orcid.org/0000-0003-1017-7574>),
  June Choe [aut] (<https://orcid.org/0000-0002-0701-921X>)
Maintainer: Richard Iannone <rich@posit.co>
Repository: CRAN
Date/Publication: 2024-10-23 03:50:02 UTC
Built: R 4.6.0; ; 2025-08-18 14:55:33 UTC; unix
