# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "reproducr" in publications use:' type: software license: MIT title: 'reproducr: Behavioural Reproducibility Auditing for R Projects' version: 0.2.0 abstract: Audits R scripts for behavioural reproducibility risk. Scans scripts for qualified package::function calls and checks them against a curated database of known silent breaking changes across popular CRAN packages. Flags stochastic calls lacking set.seed() and detects locale-sensitive operations that may produce different results across systems. Supports baseline certification of analytical outputs so that silent numerical drift can be detected across package upgrades or platform changes. Generates human-readable audit reports suitable for academic submission or pharmaceutical QC workflows. For more details see . authors: - family-names: Penn given-names: Ndoh email: ndohpenn9@gmail.com orcid: https://orcid.org/0009-0003-9054-465X repository: https://cran.r-universe.dev repository-code: https://github.com/repro-stats/reproducr commit: 97aa50aa09027bafcb7201ae41ed51a95a5c3b64 url: https://github.com/repro-stats/reproducr date-released: '2026-06-20' contact: - family-names: Penn given-names: Ndoh email: ndohpenn9@gmail.com orcid: https://orcid.org/0009-0003-9054-465X