Skip to content
Snippets Groups Projects
Select Git revision
  • 3ebf47fe040b01993b69a6f38d3d372c43566593
  • master default protected
2 results

workflow

Forked from SERG / woRkflow
112 commits behind the upstream repository.
user avatar
B.Anderson authored
added a bib file. See the Rmd files for how it works; contains all the R package refs we use. It's good practice to cite these in your code so that package authors get credit.
3ebf47fe
History

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:
  • 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' it 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.