From 0179e02ffeb11a7780ffd556b4757cd64dcde45f Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Mon, 29 Jun 2020 11:23:22 +0100
Subject: [PATCH] added link to r-pkg book

---
 repoAsATemplate.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repoAsATemplate.md b/repoAsATemplate.md
index 2456161..23809f1 100644
--- a/repoAsATemplate.md
+++ b/repoAsATemplate.md
@@ -4,7 +4,7 @@ There are as many templates for (R) repos as there R users... Here's ours.
 
 ### Structure
 
-We structure the repo as a package. We may never build it but usually we do so that the package functions are available everywhere in it
+We structure the repo as an [R package](https://r-pkgs.org/). We may never build it but usually we do so that the package functions are available everywhere in it
 
 Things you should touch:
 
-- 
GitLab