--- title: "Test JSON data storage using `testthat`" output: html_document date: "2024-05-31" --- ## Reproducible Computations The following computations will be automatically tested for reproducibility with every build of this document. ```r xyz <- 1:10 abc <- "hello world" some_obj <- t.test(xyz) ``` ### Code Chunk Reproduction Report **Creating reproduction file** This seems to be the first run of the R Markdown file including reproducible chunks. Storing reproducibility information for variables: - abc - some_obj - xyz