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

---
 woRkflowWorkshop.md | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/woRkflowWorkshop.md b/woRkflowWorkshop.md
index e85c95b..c646b1f 100644
--- a/woRkflowWorkshop.md
+++ b/woRkflowWorkshop.md
@@ -4,4 +4,29 @@
 
 ## To do before you come
 
- * log in to [git.soton.ac.uk](git.soton.ac.uk )
\ No newline at end of file
+ * install [RStudio](https://rstudio.com/products/rstudio/)
+ * make sure you can log in to [git.soton.ac.uk](git.soton.ac.uk/)
+ * check yo have an ssh key set up for the laptop/PC/server you are going to use RStudio on
+ 
+## Make sure you have Teams
+
+We will be using the screen sharing a lot
+
+## On the day we will
+
+ * fork the [woRkflow repo](https://git.soton.ac.uk/SERG/workflow) to your personal space on git.soton.ac.uk
+ * clone your personal fork of the repo to the laptop/PC/server where you are going to use RStudio 
+ * explore the repo to see what is in:
+   * /R
+   * .env.R
+   * /Rmd
+ * 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:
+   * what drake is doing and how it helps
+   * why data.table is really fast
+   * why lubridate is so useful for dates and times
+   * how to get ggplot2 to make pretty plots
+  
+ * That's it :-)
\ No newline at end of file
-- 
GitLab