Package: reproducr 0.2.0
reproducr: Behavioural Reproducibility Auditing for R Projects
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 <https://github.com/repro-stats/reproducr>.
Authors:
reproducr_0.2.0.tar.gz
reproducr_0.2.0.tar.gz(r-4.7-any)reproducr_0.2.0.tar.gz(r-4.6-any)
reproducr_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
reproducr/json (API)
NEWS
| # Install 'reproducr' in R: |
| install.packages('reproducr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/repro-stats/reproducr/issues
Last updated from:97aa50aa09. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 165 | ||
| source / vignettes | OK | 191 | ||
| linux-release-x86_64 | OK | 123 | ||
| wasm-release | OK | 98 |
Exports:audit_scriptcertifycheck_db_stalenesscheck_driftlist_certsrepro_badgerepro_reportrisk_score
Dependencies:
Auditing scripts and scoring risk
Rendered fromaudit-and-risk.Rmdusingknitr::rmarkdownon Jun 20 2026.Last update: 2026-06-20
Started: 2026-06-20
Certifying outputs and detecting drift
Rendered fromcertify-and-drift.Rmdusingknitr::rmarkdownon Jun 20 2026.Last update: 2026-06-20
Started: 2026-06-20
Contributing to the breaking-changes database
Rendered fromcontributing-to-the-database.Rmdusingknitr::rmarkdownon Jun 20 2026.Last update: 2026-06-20
Started: 2026-06-20
Generating reports and badges
Rendered fromreports-and-badges.Rmdusingknitr::rmarkdownon Jun 20 2026.Last update: 2026-06-20
Started: 2026-06-20
Getting started with reproducr
Rendered fromgetting-started.Rmdusingknitr::rmarkdownon Jun 20 2026.Last update: 2026-06-20
Started: 2026-06-20
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| reproducr: Behavioural Reproducibility Auditing for R Projects | reproducr-package reproducr |
| Audit an R script for reproducibility risks | audit_script print.audit_report summary.audit_report |
| Certify analytical outputs as a reproducibility baseline | certify |
| Check whether breaking-changes database entries are stale | check_db_staleness |
| Check analytical outputs for drift against a certified baseline | check_drift |
| List all certifications stored in a certification file | list_certs |
| Generate a reproducibility status badge | repro_badge |
| Generate a human-readable reproducibility report | repro_report |
| Score function calls for reproducibility risk | as.data.frame.risk_report print.risk_report risk_score [.risk_report |
