From 3be30c9b8931448ee9fbe8e4c97c385aecfb9073 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Fri, 3 Jul 2020 09:41:06 +0100 Subject: [PATCH] added packages to install before the session (ideally) --- woRkflowWorkshop.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/woRkflowWorkshop.md b/woRkflowWorkshop.md index 877943b..12885e8 100644 --- a/woRkflowWorkshop.md +++ b/woRkflowWorkshop.md @@ -4,7 +4,14 @@ ## To do before you come - * install [RStudio](https://rstudio.com/products/rstudio/) + * install [RStudio](https://rstudio.com/products/rstudio/) and/or get yourself set up on https://rstudio.soton.ac.uk + * then install: + * here + * drake + * data.table + * lubridate + * hms + * ggplot2 (or just install the whole tidyverse) * make sure you can log in to [git.soton.ac.uk](git.soton.ac.uk/) * check you have an ssh key set up on git.soton for the laptop/PC/server where you are going to use RStudio - see [rstudio's help](https://support.rstudio.com/hc/en-us/articles/200532077-Version-Control-with-Git-and-SVN) or [this one](https://happygitwithr.com/ssh-keys.html) * Make sure you have Teams - we will be using the screen sharing a lot -- GitLab