{
  "_id": "6a3941c3b6829d88cf711fe4",
  "Package": "reproducr",
  "Title": "Behavioural Reproducibility Auditing for R Projects",
  "Version": "0.2.1.9000",
  "Authors@R": "person(\"Ndoh\", \"Penn\", email = \"ndohpenn9@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0003-9054-465X\"))",
  "Description": "Audits R scripts for behavioural reproducibility risk.\nScans scripts for qualified package::function calls and checks\nthem against a curated database of known silent breaking\nchanges across popular CRAN packages. Flags stochastic calls\nlacking set.seed() and detects locale-sensitive operations that\nmay produce different results across systems. Supports baseline\ncertification of analytical outputs so that silent numerical\ndrift can be detected across package upgrades or platform\nchanges. Generates human-readable audit reports suitable for\nacademic submission or pharmaceutical QC workflows. For more\ndetails see <https://github.com/repro-stats/reproducr>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/repro-stats/reproducr",
  "BugReports": "https://github.com/repro-stats/reproducr/issues",
  "Repository": "https://repro-stats.r-universe.dev",
  "Date/Publication": "2026-06-20 19:27:50 UTC",
  "RemoteUrl": "https://github.com/repro-stats/reproducr",
  "RemoteRef": "HEAD",
  "RemoteSha": "6ec2fd704ad38fc32997ae19865053c482516af1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-22 14:02:49 UTC",
    "User": "root"
  },
  "Author": "Ndoh Penn [aut, cre] (ORCID: <https://orcid.org/0009-0003-9054-465X>)",
  "Maintainer": "Ndoh Penn <ndohpenn9@gmail.com>",
  "MD5sum": "5da7921df81230596eb78e56a15fb503",
  "_user": "repro-stats",
  "_type": "src",
  "_file": "reproducr_0.2.1.9000.tar.gz",
  "_fileid": "be9a12ea39a009a519bf7bc7a35dc7b428abf733d5d005e69489963842a799b9",
  "_filesize": 291067,
  "_sha256": "be9a12ea39a009a519bf7bc7a35dc7b428abf733d5d005e69489963842a799b9",
  "_created": "2026-06-22T14:02:49.000Z",
  "_published": "2026-06-22T14:08:03.993Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82733235801,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7794657374"
    },
    {
      "job": 82733235889,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794650298"
    },
    {
      "job": 82733235820,
      "time": 156,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7794714854"
    },
    {
      "job": 82733235921,
      "time": 135,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794706491"
    },
    {
      "job": 82730580466,
      "time": 685,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794599500"
    },
    {
      "job": 82733235860,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794646523"
    },
    {
      "job": 82733236117,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7794640816"
    },
    {
      "job": 82733235867,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7794640546"
    },
    {
      "job": 82733235843,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7794638854"
    }
  ],
  "_buildurl": "https://github.com/r-universe/repro-stats/actions/runs/27957733077",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/repro-stats/reproducr",
  "_commit": {
    "id": "6ec2fd704ad38fc32997ae19865053c482516af1",
    "author": "Ndoh Penn <55984177+ndohpenngit@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge post-cran-v0.2.0 dev  #19 \n\ndocs: update codecov action (v0.2.1.9000 development cycle)",
    "time": 1781983670
  },
  "_maintainer": {
    "name": "Ndoh Penn",
    "email": "ndohpenn9@gmail.com",
    "login": "ndohpenngit",
    "linkedin": "in/ndohpenn",
    "description": "Statistician | R enthusiast",
    "uuid": 55984177
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "digest",
      "version": ">= 0.6.0",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "commonmark",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "repro-stats",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-22",
      "n": 37
    },
    {
      "week": "2026-23",
      "n": 77
    },
    {
      "week": "2026-24",
      "n": 12
    },
    {
      "week": "2026-25",
      "n": 10
    }
  ],
  "_tags": [
    {
      "name": "v0.1.1",
      "date": "2026-06-02"
    },
    {
      "name": "v0.1.2",
      "date": "2026-06-06"
    },
    {
      "name": "v0.2.0",
      "date": "2026-06-10"
    },
    {
      "name": "v0.2.1",
      "date": "2026-06-16"
    }
  ],
  "_topics": [
    "audit",
    "ci-cd",
    "renv",
    "reproducibility",
    "reproducible-workflows"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "ndohpenngit",
      "count": 126,
      "uuid": 55984177
    }
  ],
  "_userbio": {
    "uuid": 290093114,
    "type": "organization",
    "name": "repro-stats",
    "followers": 1,
    "description": "Open-source R tools for reproducibility and audit logging"
  },
  "_downloads": {
    "count": 11,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/reproducr"
  },
  "_devurl": "https://github.com/repro-stats/reproducr",
  "_searchresults": 15,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/reproducr.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/repro-stats/reproducr",
  "_realowner": "repro-stats",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2026-06-20"
    }
  ],
  "_exports": [
    "audit_script",
    "certify",
    "check_db_staleness",
    "check_drift",
    "list_certs",
    "repro_badge",
    "repro_report",
    "risk_score"
  ],
  "_help": [
    {
      "page": "reproducr-package",
      "title": "reproducr: Behavioural Reproducibility Auditing for R Projects",
      "topics": [
        "reproducr-package",
        "reproducr"
      ]
    },
    {
      "page": "audit_script",
      "title": "Audit an R script for reproducibility risks",
      "topics": [
        "audit_script",
        "print.audit_report",
        "summary.audit_report"
      ]
    },
    {
      "page": "certify",
      "title": "Certify analytical outputs as a reproducibility baseline",
      "topics": [
        "certify"
      ]
    },
    {
      "page": "check_db_staleness",
      "title": "Check whether breaking-changes database entries are stale",
      "topics": [
        "check_db_staleness",
        "print.staleness_report"
      ]
    },
    {
      "page": "check_drift",
      "title": "Check analytical outputs for drift against a certified baseline",
      "topics": [
        "check_drift"
      ]
    },
    {
      "page": "list_certs",
      "title": "List all certifications stored in a certification file",
      "topics": [
        "list_certs"
      ]
    },
    {
      "page": "repro_badge",
      "title": "Generate a reproducibility status badge",
      "topics": [
        "repro_badge"
      ]
    },
    {
      "page": "repro_report",
      "title": "Generate a human-readable reproducibility report",
      "topics": [
        "repro_report"
      ]
    },
    {
      "page": "risk_score",
      "title": "Score function calls for reproducibility risk",
      "topics": [
        "as.data.frame.risk_report",
        "print.risk_report",
        "risk_score",
        "[.risk_report"
      ]
    }
  ],
  "_pkglogo": "https://github.com/repro-stats/reproducr/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/repro-stats/reproducr/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "audit-and-risk.Rmd",
      "filename": "audit-and-risk.html",
      "title": "Auditing scripts and scoring risk",
      "engine": "knitr::rmarkdown",
      "headings": [
        "How audit_script() detects calls",
        "What gets skipped",
        "Single-file vs directory scan",
        "Version resolution",
        "The audit_report object",
        "How risk_score() works",
        "Check 1: \"changelog\" — the breaking-changes database",
        "Check 2: \"seed_check\" — missing set.seed()",
        "Check 3: \"locale_check\" — locale-sensitive operations",
        "Combining checks and filtering",
        "Working with the results",
        "Practical interpretation"
      ],
      "created": "2026-05-30 22:49:06",
      "modified": "2026-06-10 20:42:40",
      "commits": 5
    },
    {
      "source": "certify-and-drift.Rmd",
      "filename": "certify-and-drift.html",
      "title": "Certifying outputs and detecting drift",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The problem they solve — a real scenario",
        "Scenario — The revision drift problem",
        "certify() — creating a baseline",
        "What gets hashed",
        "Choosing what to certify",
        "Tags and the certification store",
        "list_certs() — inspecting the store",
        "check_drift() — comparing against a baseline",
        "Basic usage",
        "The four statuses",
        "Using \"latest\"",
        "Using drift results programmatically",
        "Recommended workflow",
        "At submission",
        "After reviewer comments",
        "Version control"
      ],
      "created": "2026-05-30 22:49:06",
      "modified": "2026-06-10 20:42:40",
      "commits": 4
    },
    {
      "source": "contributing-to-the-database.Rmd",
      "filename": "contributing-to-the-database.html",
      "title": "Contributing to the breaking-changes database",
      "engine": "knitr::rmarkdown",
      "headings": [
        "What belongs in the database",
        "Examples of things that belong",
        "Examples of things that do not belong",
        "The database schema",
        "The version window",
        "Rules for setting to_version",
        "Quick reference",
        "Risk levels",
        "Finding candidates",
        "From NEWS.md files",
        "From your own experience",
        "Writing an entry",
        "Testing your entry",
        "Submitting a pull request",
        "Minimum test for a new entry",
        "Keeping the database current"
      ],
      "created": "2026-05-30 22:49:06",
      "modified": "2026-06-01 12:24:49",
      "commits": 3
    },
    {
      "source": "reports-and-badges.Rmd",
      "filename": "reports-and-badges.html",
      "title": "Generating reports and badges",
      "engine": "knitr::rmarkdown",
      "headings": [
        "repro_report() — generating reports",
        "The verdict",
        "Style: \"minimal\"",
        "Style: \"academic\"",
        "Style: \"pharma\"",
        "Format: \"md\" and \"html\"",
        "All nine combinations",
        "repro_badge() — status badges",
        "Badge colours",
        "Inserting into README.md",
        "Removing a badge",
        "Full CI pipeline"
      ],
      "created": "2026-05-30 22:49:06",
      "modified": "2026-06-10 20:42:40",
      "commits": 4
    },
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting started with reproducr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "What is reproducr?",
        "Why this matters — real failure modes",
        "Scenario 1 — The collaborator upgrade problem",
        "Scenario 2 — The server deployment problem",
        "Scenario 3 — The renv false sense of security",
        "Tier 1: Scan and score",
        "Auditing a script",
        "Scoring for risk",
        "Tier 2: Baseline and drift detection",
        "Certifying outputs",
        "Checking for drift",
        "Tier 3: Report and export",
        "The full pipeline"
      ],
      "created": "2026-05-30 22:49:06",
      "modified": "2026-06-10 20:42:40",
      "commits": 5
    }
  ],
  "_score": 5.176091259055681,
  "_indexed": true,
  "_nocasepkg": "reproducr",
  "_universes": [
    "repro-stats",
    "ndohpenngit"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1.9000",
      "date": "2026-06-22T14:05:01.000Z",
      "distro": "noble",
      "commit": "6ec2fd704ad38fc32997ae19865053c482516af1",
      "fileid": "2ef1b3d487cac203e4f778d142c6e508f197f5e1f798c8449e22c9c4f957884d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/repro-stats/actions/runs/27957733077"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1.9000",
      "date": "2026-06-22T14:04:46.000Z",
      "distro": "noble",
      "commit": "6ec2fd704ad38fc32997ae19865053c482516af1",
      "fileid": "8ced003166596d6244c6e08ea156a1f70ec1b89e138e00235889614b62e33f0d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/repro-stats/actions/runs/27957733077"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1.9000",
      "date": "2026-06-22T14:07:15.000Z",
      "commit": "6ec2fd704ad38fc32997ae19865053c482516af1",
      "fileid": "4b5d23aa1fd4f4a384ae1b4bc60cb6172451f24f8c97a50d01a68cf97ae340ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/repro-stats/actions/runs/27957733077"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1.9000",
      "date": "2026-06-22T14:06:55.000Z",
      "commit": "6ec2fd704ad38fc32997ae19865053c482516af1",
      "fileid": "2fda1b5d97dcaa1503515f5ae5ff9c7b0ed731276220fea868dcafaf2780c2e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/repro-stats/actions/runs/27957733077"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1.9000",
      "date": "2026-06-22T14:04:54.000Z",
      "commit": "6ec2fd704ad38fc32997ae19865053c482516af1",
      "fileid": "dd7d71771c05dd5da14dced550eba9b8ce6ddaefc78f1ef8fc2c79b8c6c88be3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/repro-stats/actions/runs/27957733077"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-06-22T14:04:14.000Z",
      "commit": "6ec2fd704ad38fc32997ae19865053c482516af1",
      "fileid": "ea4ab457f57e200cfe04b652844349bf3d7fae17a54595c38171da06231cd7cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/repro-stats/actions/runs/27957733077"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-06-22T14:04:13.000Z",
      "commit": "6ec2fd704ad38fc32997ae19865053c482516af1",
      "fileid": "efec63e23c023b13116ddfa7dd726fbb5b517d0834ddf4eab738f2b24e868638",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/repro-stats/actions/runs/27957733077"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-06-22T14:04:10.000Z",
      "commit": "6ec2fd704ad38fc32997ae19865053c482516af1",
      "fileid": "d6bde466a54a81e5908ebc06453eb5ce5e3da2a95701f2b0a073be857859aea4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/repro-stats/actions/runs/27957733077"
    }
  ]
}