Package: validatedb
Title: Validate Data in a Database using 'validate'
Version: 0.1.4
Authors@R: c(
    person(given = "Edwin",
           family = "de Jonge",
           role = c("aut", "cre"),
           email = "edwindjonge@gmail.com",
           comment = c(ORCID="0000-0002-6580-4718"))
    )
Description: Check whether records in a database table are valid using 
   validation rules in R syntax specified with R package 'validate'. 
   R validation checks are automatically translated to SQL using 'dbplyr'.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: validate
Imports: dplyr, dbplyr, methods
Suggests: testthat, RSQLite, covr
URL: https://github.com/data-cleaning/validatedb
BugReports: https://github.com/data-cleaning/validatedb/issues
Collate: 'aggregate.R' 'tbl_validation.R' 'as-data-frame.R' 'compute.R'
        'confront.R' 'confront_tbl.R' 'confront_tbl_sparse.R'
        'is_record_based.R' 'rule_works_on_tbl.R' 'show_query.R'
        'summary.R' 'tbl.R' 'validatedb-package.R' 'values.R'
NeedsCompilation: no
Packaged: 2021-10-06 09:38:44 UTC; edwindj
Author: Edwin de Jonge [aut, cre] (<https://orcid.org/0000-0002-6580-4718>)
Maintainer: Edwin de Jonge <edwindjonge@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-06 10:20:02 UTC
