From fb50d9cb1aa08cbcf178ca4999ccefaa62333e70 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Tue, 9 Jun 2020 15:32:12 +0100 Subject: [PATCH] Update resources.md: added note on time & drake --- resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources.md b/resources.md index b2abc69..6ae99d5 100644 --- a/resources.md +++ b/resources.md @@ -19,5 +19,5 @@ * loading and processing all your data inside a drake plan in a .R file. _So it only gets re-run if the code or data changes_ * creating each of your output objects inside the drake plan. _So they only get re-created if the code or data changes_ * rendering your .Rmd report at the end of the drake plan. _So you can pass the params in and report the output objects_ - * => the first time you run the plan it will build everything. The second time, e.g. after you fix a .Rmd typo, _only the bits that have changed get re-built_. + * => the first time you run the plan it will build everything. The second time, e.g. after you fix a .Rmd typo, _only the bits that have changed get re-built_. **Warning: drake can reduce the time it takes to run your code by an order of magnitude. This could seriously damage your tea & cake in-take...** \ No newline at end of file -- GitLab