From e3c3fd8aa0457848d6664aac59c19dc399339576 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Wed, 8 Jul 2020 10:18:38 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d921a1..e42c183 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ This repo is an R package. This means: * package functions are kept in /R * help files auto-created by roxygen are in /man - * if you clone it you can build it and use the functions. + * if you clone it you can build it and use the functions + * you (and we) keep your data out of it! We'd love your contributions - feel free to: * [fork & go](https://happygitwithr.com/fork-and-clone.html) * make a [new branch](https://git.soton.ac.uk/SERG/workflow/-/blob/master/howTo/gitBranches.md) in your fork * make some improvements - * send us a pull request \ No newline at end of file + * send us a pull request (just code, no data please, keep your data [elsewhere](https://git.soton.ac.uk/SERG/workflow/-/blob/master/howTo/otherResources.md)!) \ No newline at end of file -- GitLab