From 833d272bf041ceceb49e89d5f6cc945458b4781f Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Sun, 17 May 2020 18:29:31 +0100
Subject: [PATCH] Add template file

---
 template.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 template.md

diff --git a/template.md b/template.md
new file mode 100644
index 0000000..1449c8b
--- /dev/null
+++ b/template.md
@@ -0,0 +1,8 @@
+## Repo as a template
+
+There are as many templates for (R) repos as there R users... Here's ours.
+
+We srtucture the repo as a package. We may never build it but usually we so so that the package functions are available everywhere in it
+
+ * R/ - where we store functions
+ * notData/ - 
\ No newline at end of file
-- 
GitLab