Package: reproducibleRchunks Title: Automated Reproducibility Checks for R Markdown Documents Version: 1.2.0 Authors@R: c(person("Andreas M. Brandmaier", email="andreas.brandmaier@medicalschool-berlin.de", role=c("aut","cre")), person("Aaron Peikert",email="peikert@mpib-berlin.mpg.de",role="ctb")) Description: 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, ). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: jsonlite, knitr, digest, rstudioapi, utils, rmarkdown Suggests: quarto, spelling, MASS, psych, testthat (>= 3.0.0) Config/testthat/edition: 3 Language: en-US BugReports: https://github.com/brandmaier/reproducibleRchunks/issues RoxygenNote: 7.3.2 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev Repository: https://brandmaier.r-universe.dev Date/Publication: 2025-07-30 19:31:25 UTC RemoteUrl: https://github.com/brandmaier/reproduciblerchunks RemoteRef: HEAD RemoteSha: dfb8d9bfb5e8ec08edcc26306117fd0f00125753 NeedsCompilation: no Packaged: 2026-07-04 19:46:59 UTC; root Author: Andreas M. Brandmaier [aut, cre], Aaron Peikert [ctb] Maintainer: Andreas M. Brandmaier