# NOT RUN {
plan <- drake_plan(x = rnorm(15))
cache <- storr::storr_environment() # custom in-memory cache
make(plan, cache = cache)
config <- drake_config(plan, cache = cache)
show_source(x, config)
# }
Run the code above in your browser using DataLab