In this example, cache=TRUE is set globally, which should result in a warning for each chunk expect the third which has autodep=TRUE. The inserted sessioninfo chunk will also get a warning (thus 3 total).

knitr::opts_chunk$set(cache = TRUE)
plot(1:10)
plot(1:10)
plot(1:10)


jdblischak/workflowr documentation built on Feb. 27, 2024, 4:37 p.m.