Package: dcmodify Maintainer: Mark van der Loo License: GPL-3 Title: Modify Data Using Externally Defined Modification Rules Type: Package LazyLoad: yes Authors@R: c(person("Mark", "van der Loo" , role = c("cre","aut") , email = "mark.vanderloo@gmail.com" , comment= c(ORCID="0000-0002-9807-4686")) , person("Edwin", "de Jonge" , role = "aut" , comment=c(ORCID="0000-0002-6580-4718")) , person("Sjabbo","Schaveling", role = "ctb") , person("Floris", "Ruijter", role = "ctb") ) Description: Data cleaning scripts typically contain a lot of 'if this change that' type of statements. Such statements are typically condensed expert knowledge. With this package, such 'data modifying rules' are taken out of the code and become in stead parameters to the work flow. This allows one to maintain, document, and reason about data modification rules as separate entities. Version: 0.9.0 Depends: methods URL: https://github.com/data-cleaning/dcmodify BugReports: https://github.com/data-cleaning/dcmodify/issues Encoding: UTF-8 Imports: yaml, validate (>= 1.1.3), lumberjack (>= 1.3.1), settings, utils, Suggests: simplermarkdown, tinytest, VignetteBuilder: simplermarkdown Collate: 'dplyr_verbs.R' 'guard.R' 'modifier.R' 'modify.R' 'validate.R' RoxygenNote: 7.3.1 Repository: https://data-cleaning.r-universe.dev Date/Publication: 2024-06-14 09:05:25 UTC RemoteUrl: https://github.com/data-cleaning/dcmodify RemoteRef: HEAD RemoteSha: 2a19e3f199307c0e18fd4f64f021f31e82d70ca4 RemoteSubdir: pkg NeedsCompilation: no Packaged: 2026-06-08 07:20:56 UTC; root Author: Mark van der Loo [cre, aut] (ORCID: ), Edwin de Jonge [aut] (ORCID: ), Sjabbo Schaveling [ctb], Floris Ruijter [ctb]