Some Computation

Here is a computation:

my_sum <- x + 1
Code Chunk Reproduction Report
  • ✅my_sum: REPRODUCTION SUCCESSFUL

Here is another computation, which will most likely not reproduce because the random number generator will start in different states every time:

rnd <- rnorm(10)

Summary

The following table summarizes reproducibility information collected in this document:

knitr::kable(
  reproducibleRchunks::get_reproducibility_summary()
)
Chunk Variable Success
addition my_sum TRUE