# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "editrules" in publications use:' type: software license: GPL-3.0-only title: 'editrules: Parsing, Applying, and Manipulating Data Cleaning Rules' version: 2.9.3 abstract: 'Please note: active development has moved to packages ''validate'' and ''errorlocate''. Facilitates reading and manipulating (multivariate) data restrictions (edit rules) on numerical and categorical data. Rules can be defined with common R syntax and parsed to an internal (matrix-like format). Rules can be manipulated with variable elimination and value substitution methods, allowing for feasibility checks and more. Data can be tested against the rules and erroneous fields can be found based on Fellegi and Holt''s generalized principle. Rules dependencies can be visualized with using the ''igraph'' package.' authors: - family-names: Jonge given-names: Edwin name-particle: de email: edwindjonge@gmail.com - family-names: Loo given-names: Mark name-particle: van der repository: https://data-cleaning.r-universe.dev repository-code: https://github.com/data-cleaning/editrules url: https://github.com/data-cleaning/editrules contact: - family-names: Jonge given-names: Edwin name-particle: de email: edwindjonge@gmail.com