Demonstration of reproducibleR chunks

knitr::opts_chunk$set(echo = TRUE)

Here is a code snippet to override the package functionality and render all chunks as regular R chunks. This is useful if the package is not available:

knitr::knit_engines$set(reproducibleR = knitr::knit_engines$get("R"))

Some Computation

Here is a computation:

my_sum <- 12


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.