Here is a computation:
cat("123")
a<-1
b<-2
a+b
456
## 123
⚠ Warning: Current code chunk fingerprint and stored code chunk fingerprint mismatch. Likely, the code chunk was modified after reproduction data was stored the first time.
[x] Reproduction error! Variable my_sum was not defined in this chunk!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)
The following table summarizes reproducibility information collected in this document:
knitr::kable(
reproducibleRchunks::get_reproducibility_summary()
)