From 67611ab096edec98b15ee46f4f03639da334f333 Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Fri, 26 Jun 2020 14:59:28 +0100
Subject: [PATCH] Update woRkflowWorkshop.md

---
 woRkflowWorkshop.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/woRkflowWorkshop.md b/woRkflowWorkshop.md
index f922cbc..cba9d2d 100644
--- a/woRkflowWorkshop.md
+++ b/woRkflowWorkshop.md
@@ -20,10 +20,11 @@
  * test /Rmd/make_basicReport.R and see why it doesn't work
  * build the repo as a R package
  * re-test /Rmd/make_basicReport.R to see if it works now
- * work through /Rmd/make_basicReport.R to understand:
+ * work through /Rmd/make_basicReport.R and basicReport.Rmd to understand:
    * what drake is doing and how it helps
    * why data.table is really fast
    * why lubridate is so useful for dates and times
+   * why you use drake to build stuff and Rmd to report it
    * how to get ggplot2 to make pretty plots
   
  * That's it :-)
\ No newline at end of file
-- 
GitLab