woRkflow
How we do collaborative reproducible data analysis and reporting. Mostly (but not only) using R. Inspired by @AlexaLFH.
This repo does three things:
- it is a collection of R how-to resources including some notes on:
- how to use git branches
- how to use drake to massively speed up and manage your workflow
- it is a template repo that illustrates how we work and which you can copy;
- it is an R package that you can build if you want to using 'install and restart' from the RStudio Build menu. If you do you will then be able to use its functions viz:
woRkflow::functionName()
(not that it has many).
If you want to contribute to the repo, or like how we work and want to use it as a template for your project or package, just fork and go.