Test JSON data storage using `testthat`

library("reproducibleRchunks")
options(reproducibleRchunks.hashing = TRUE)

Reproducible Computations

The following computations will be automatically tested for reproducibility with every build of this document.

xyz <- 1:10
abc <- "hello world"
some_obj <- t.test(xyz)
some_obj

regular R

xyz <- 1:10
abc <- "hello world"
some_obj <- t.test(xyz)
some_obj


Try the reproducibleRchunks package in your browser

Any scripts or data that you put into this service are public.

reproducibleRchunks documentation built on Aug. 8, 2025, 6:38 p.m.