# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "ProduceR" in publications use:' type: software license: MIT title: 'ProduceR: Concise and Efficient Tools for Everyday Statistical Production' version: '1.2' doi: 10.32614/CRAN.package.ProduceR abstract: A set of concise and efficient tools for statistical production. Can also be used for data management. In statistical production, you deal with complex data and need to control your process at each step of your work. Concise functions are very helpful, because you do not hesitate to use them. The following functions are included in the package. 'dup' checks duplicates. 'miss' checks missing values. 'tac' computes contingency table of all columns. 'toc' compares two tables, spotting significant deviations. 'chi2_find' compares columns within a data.frame, spotting related categories of (a more complex function). authors: - family-names: Reduron given-names: Vincent email: vincent.reduron@laposte.net repository: https://cran.r-universe.dev commit: 8f1d50b7939220186630996f462b0367c3e1c120 date-released: '2026-05-19' contact: - family-names: Reduron given-names: Vincent email: vincent.reduron@laposte.net