From ce38c03adc8a7870c5e520eb2b6406b4af29f8e8 Mon Sep 17 00:00:00 2001
From: Ben Anderson <dataknut@icloud.com>
Date: Thu, 29 Mar 2018 15:58:24 +1300
Subject: [PATCH] added link to other repos

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 397a919..f564185 100644
--- a/README.md
+++ b/README.md
@@ -13,4 +13,8 @@ Code etc for a short intro to a R/RStudio/RMarkdown (& possibly github) session.
   * [ggplot2](http://ggplot2.tidyverse.org/) - graphs, graphs, graphs
   * [lubridate](http://lubridate.tidyverse.org/) - time & date conversions made easy
   * [broom](https://cran.r-project.org/web/packages/broom/index.html) - tidy up regression results
-  * [stargazer](https://cran.r-project.org/web/packages/stargazer/) - tidy tables of regression results (and other things)
\ No newline at end of file
+  * [stargazer](https://cran.r-project.org/web/packages/stargazer/) - tidy tables of regression results (and other things)
+  
+# Other useful repos
+
+ * [StatsCode](https://git.soton.ac.uk/SERG/statsCode) - R code & package exploration
\ No newline at end of file
-- 
GitLab