Package: reproducibleRchunks 1.2.0

Andreas M. Brandmaier
reproducibleRchunks: Automated Reproducibility Checks for R Markdown Documents
Provide reproducible R chunks in R Markdown document that automatically check computational results for reproducibility. This is achieved by creating json files storing metadata about computational results. A comprehensive tutorial to the package is available as preprint by Brandmaier & Peikert (2024, <doi:10.31234/osf.io/3zjvf>).
Authors:
reproducibleRchunks_1.2.0.tar.gz
reproducibleRchunks_1.2.0.zip(r-4.7)reproducibleRchunks_1.2.0.zip(r-4.6)reproducibleRchunks_1.2.0.zip(r-4.5)
reproducibleRchunks_1.2.0.tgz(r-4.6-any)reproducibleRchunks_1.2.0.tgz(r-4.5-any)
reproducibleRchunks_1.2.0.tar.gz(r-4.7-any)reproducibleRchunks_1.2.0.tar.gz(r-4.6-any)
reproducibleRchunks_1.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
reproducibleRchunks/json (API)
NEWS
| # Install 'reproducibleRchunks' in R: |
| install.packages('reproducibleRchunks', repos = c('https://brandmaier.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/brandmaier/reproduciblerchunks/issues
Last updated from:dfb8d9bfb5. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 128 | ||
| source / vignettes | OK | 166 | ||
| linux-release-x86_64 | WARNING | 133 | ||
| macos-release-arm64 | WARNING | 98 | ||
| macos-oldrel-arm64 | WARNING | 97 | ||
| windows-devel | WARNING | 141 | ||
| windows-release | WARNING | 102 | ||
| windows-oldrel | WARNING | 99 | ||
| wasm-release | OK | 110 |
Exports:gather_package_namesget_num_reproducibility_errorsget_reproducibility_summaryisReproducibleload_repro_datareproducibleRresetsave_repro_datause_github_action
Dependencies:base64encbslibcachemclidigestevaluatefastmapfontawesomefshighrhtmltoolsjquerylibjsonliteknitrlifecyclememoisemimeR6rappdirsrlangrmarkdownrstudioapisasstinytexxfunyaml
A Minimal Example
Rendered fromminimal_example.Rmdusingknitr::rmarkdownon Jun 01 2026.Last update: 2025-07-02
Started: 2025-07-02
Custom Reports
Rendered fromcustom_reports.Rmdusingknitr::rmarkdownon Jun 01 2026.Last update: 2025-07-23
Started: 2025-07-04
Plots
Rendered fromplots.Rmdusingknitr::rmarkdownon Jun 01 2026.Last update: 2025-07-02
Started: 2025-07-02
Use Case: Linear Regression with Outlier Correction and Bootstrap
Rendered fromregression_example.Rmdusingknitr::rmarkdownon Jun 01 2026.Last update: 2025-07-04
Started: 2025-07-03
Use Case: A Simulation Study using Random Numbers
Rendered fromuse_case_simulation.Rmdusingknitr::rmarkdownon Jun 01 2026.Last update: 2025-07-02
Started: 2025-07-02
Using renv with reproducibleRchunks
Rendered fromrenv_example.Rmdusingknitr::rmarkdownon Jun 01 2026.Last update: 2025-07-23
Started: 2025-07-23
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Gather Package Names | gather_package_names |
| find all metadata files | get_all_metadata_files |
| Get the total number of failed reproduction attempts | get_num_reproducibility_errors |
| Get a summary about all reproduction attempts | get_reproducibility_summary |
| Test reproducibility of an R Markdown file | isReproducible |
| Loading reproducibility data | load_repro_data |
| Knitr Hook | reproducibleR |
| Delete reproducibility files | reset |
| Storing reproducibility data | save_repro_data |
| Add GitHub Action to test reproducibility | use_github_action |