Package: validate
Maintainer: Mark van der Loo <mark.vanderloo@gmail.com>
License: GPL-3
Title: Data Validation Infrastructure
LazyData: no
Type: Package
LazyLoad: yes
Authors@R: c(person("Mark", "van der Loo",role=c("cre","aut"),email="mark.vanderloo@gmail.com")
    , person("Edwin", "de Jonge", role="aut")
    , person("Paul","Hsieh",role="ctb"))
Description: Declare data validation rules and data quality indicators; confront
    data with them and analyze or visualize the results. The package supports
    rules that are per-field, in-record, cross-record or cross-dataset. Rules
    can be automatically analyzed for rule type and connectivity.
Version: 0.2.4
Depends: R (>= 3.1.3), methods
URL: https://github.com/data-cleaning/validate
BugReports: https://github.com/data-cleaning/validate/issues
Date: 2018-03-26
Imports: graphics, settings, yaml
Suggests: testthat, knitr, rmarkdown
Enhances: lumberjack
VignetteBuilder: knitr
Collate: 'rule.R' 'sugar.R' 'validate_pkg.R' 'parse.R'
        'expressionset.R' 'indicator.R' 'validator.R' 'confrontation.R'
        'barplot.R' 'compare.R' 'factory.R' 'functions.R'
        'lumberjack.R' 'retailers.R' 'utils.R' 'yaml.R'
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-03-28 14:41:21 UTC; mark
Author: Mark van der Loo [cre, aut],
  Edwin de Jonge [aut],
  Paul Hsieh [ctb]
Repository: CRAN
Date/Publication: 2018-03-28 14:54:11 UTC
