Package: dcmodifydb Title: Modifying Rules on a DataBase Version: 0.3.1 Authors@R: c( person(given = "Edwin", family = "de Jonge", role = c("aut", "cre"), email = "edwindjonge@gmail.com", comment = c(ORCID = "0000-0002-6580-4718")), person(given="Wytze", family = "Gelderloos", role=c("ctb"), email="") ) 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 LazyData: true Roxygen: list(markdown = TRUE) Depends: R (>= 4.0.0) Suggests: testthat (>= 3.0.0), RSQLite, covr, knitr, rmarkdown 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 VignetteBuilder: knitr RoxygenNote: 7.2.0 Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev Repository: https://edwindj.r-universe.dev Date/Publication: 2022-06-17 14:29:49 UTC RemoteUrl: https://github.com/data-cleaning/dcmodifydb RemoteRef: HEAD RemoteSha: dd34c40ebefd4febee335ed3805594eda8e237ff NeedsCompilation: no Packaged: 2026-07-05 04:37:22 UTC; root Author: Edwin de Jonge [aut, cre] (ORCID: ), Wytze Gelderloos [ctb] Maintainer: Edwin de Jonge