Skip to content
Snippets Groups Projects
README.md 1 KiB
Newer Older
Ben Anderson's avatar
Ben Anderson committed
# woRkflow

Ben Anderson's avatar
Ben Anderson committed
How we do collaborative reproducible data analysis and reporting. Mostly (but not only) using R. Inspired by [@AlexaLFH](https://twitter.com/AlexaLFH/status/1261633918782013440).
Ben Anderson's avatar
Ben Anderson committed

This repo does three things:
Ben Anderson's avatar
Ben Anderson committed

B.Anderson's avatar
B.Anderson committed
 * it is a collection of R [how-to resources](resources.md) including some notes on:
Ben Anderson's avatar
Ben Anderson committed
   * how to [use git branches](gitBranches.md) 
Ben Anderson's avatar
Ben Anderson committed
   * how to use [drake](https://docs.ropensci.org/drake/) to massively speed up and [manage your workflow](https://milesmcbain.xyz/the-drake-post/)
 * it is a [template](template.md) repo that illustrates how we work and which you can copy;
B.Anderson's avatar
B.Anderson committed
 * 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).
Ben Anderson's avatar
Ben Anderson committed

Ben Anderson's avatar
Ben Anderson committed
If you want to [contribute to the repo](CONTRIBUTING.md), or like how we work and want to use it as a template for your project or package, just [fork and go](https://happygitwithr.com/fork-and-clone.html).