From 6cf00ea031d2d17a0468ccae47aed50e58ac7564 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Wed, 12 Aug 2020 12:47:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04c2247..692eec7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This repo does three things: * it is a collection of R [how-to resources](howTo/) including some notes on: * how to [use git branches](howTo/gitBranches.md) * how to use [drake](howTo/drake.md) to massively speed up and [manage your workflow](https://milesmcbain.xyz/the-drake-post/) + * how to access the University [Iridis HPC](howTo/iridis.md) + * where to [keep your data](howTo/keepingData.md) * it is a [template](repoAsATemplate.md) repo that illustrates how we work and which you can copy; * it is an R package. This means: * package functions are kept in /R -- GitLab