Package: pointblank
Type: Package
Title: Validation of Local and Remote Data Tables
Version: 0.1
Authors@R: person("Rich", "Iannone", email = "riannone@me.com", role = c("aut", "cre"))
Description: Validate data in local data frames,
    local 'tibble' objects, in 'CSV' and 'TSV' files,
    and in database tables ('PostgreSQL' and 'MySQL').
    Validation pipelines can be made using
    easily-readable, consecutive validation steps
    and such pipelines allow for switching of the
    data table context. 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 (e.g., sending email
    notifications).
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Imports: digest (>= 0.6.12), dplyr (>= 0.7.2), Hmisc (>= 4.0-3),
        htmltools (>= 0.3.6), knitr (>= 1.15.1), lazyWeave (>= 3.0.1),
        lubridate (>= 1.6.0), magrittr (>= 1.5), mailR (>= 0.4.1),
        pixiedust (>= 0.7.5), purrr (>= 0.2.3), readr (>= 1.1.1), rJava
        (>= 0.9-8), rlang (>= 0.1.1), rmarkdown (>= 1.6), stringr (>=
        1.2.0), tibble (>= 1.3.3), tidyr (>= 0.6.3)
Suggests: testthat
URL: https://github.com/rich-iannone/pointblank
BugReports: https://github.com/rich-iannone/pointblank/issues
Encoding: UTF-8
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-08-21 19:00:02 UTC; riannone
Author: Rich Iannone [aut, cre]
Maintainer: Rich Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2017-08-22 15:26:31 UTC
