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"))
Here is a computation:
my_sum <- 12