Skip to content
Snippets Groups Projects
Commit 949fb33f authored by B.Anderson's avatar B.Anderson
Browse files

renamed some stuff & added some extra notes

parent feadc1fb
Branches
No related tags found
No related merge requests found
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
How we do collaborative reproducible data analysis and reporting. Mostly (but not only) using R. Inspired by [@AlexaLFH](https://twitter.com/AlexaLFH/status/1261633918782013440). How we do collaborative reproducible data analysis and reporting. Mostly (but not only) using R. Inspired by [@AlexaLFH](https://twitter.com/AlexaLFH/status/1261633918782013440).
This repo does two things: This repo does three things:
* it is a collection of [resources](resources.md) * it is a collection of R [how-to resources](resources.md);
* it is a [template](template.md) repo that illustrates how we work * it is a [template](template.md) repo that illustrates how we work and which you can copy;
* it is an R package that you can build if you want to (not that is has many useful functions).
If you like how we work and want to use the repo as a template, simply [fork and go](https://happygitwithr.com/fork-and-clone.html). If you like how we work and want to use the repo as a template for your project or package, just [fork and go](https://happygitwithr.com/fork-and-clone.html).
\ No newline at end of file \ No newline at end of file
File moved
File moved
File moved
...@@ -4,4 +4,7 @@ ...@@ -4,4 +4,7 @@
The place to put the **output** of your analysis code - see [template info](../template.md). The place to put the **output** of your analysis code - see [template info](../template.md).
Frequently used as the document store for github pages... Why?
\ No newline at end of file
* it means you collect all your outputs and plots in one place so they're easy to find. If you name them sensibly...
* [github pages](https://pages.github.com/) use /docs as one of the default folders to publish from. If that means nothing to you, don't worry. git.soton.ac.uk doesn't support 'pages' (yet). We asked but the said no.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment