From 975f4ea45f88d6f2c18057a9c65f3579e128fa26 Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Tue, 8 Feb 2022 16:24:03 +0000
Subject: [PATCH] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 0eeda62..b51a359 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ This repo does three things:
    * how to access the University [Iridis HPC](howTo/iridis.md)
    * how to use R/RStudio on the University [SVE (remote desktop) service](howTo/sve.md)
    * where to [keep your data](howTo/keepingData.md)
+   * how to use [renv](howTo/renv.md) to manage your R environment - including packages
  * 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