Package: dcmodifydb
Title: Modifying Rules on a DataBase
Version: 0.2.0
Authors@R: 
    person(given = "Edwin",
           family = "de Jonge",
           role = c("aut", "cre"),
           email = "edwindjonge@gmail.com",
           comment = c(ORCID = "0000-0002-6580-4718"))
Description: Apply modification rules from R package 'dcmodify' to the database, 
  prescribing and documenting deterministic data cleaning steps on records in a database.
  The rules are translated into SQL statements using R package 'dbplyr'.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Suggests: testthat (>= 3.0.0), RSQLite, covr
Imports: dplyr, dbplyr, DBI, dcmodify (>= 0.1.9), validate, methods
URL: https://github.com/data-cleaning/dcmodifydb
BugReports: https://github.com/data-cleaning/dcmodifydb/issues
NeedsCompilation: no
Packaged: 2022-01-21 12:22: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: 2022-01-21 12:42:41 UTC
