lachlandeer / snakemake-econ-r-tutorial

An extended snakemake tutorial to build a project using multiple R files
https://lachlandeer.github.io/snakemake-econ-r-tutorial/
2 stars 1 forks source link

Reproducible Workflows with Snakemake and R

Actions Status: master

An Extended Tutorial

What this Repo does

Source files for an extended tutorial on using Snakemake, R and packrat to execute a reproducible project

Installing relevant packages:

  1. From CRAN, install and bookdown
  2. Install Snakemake from Python 3 to build workflow
  3. You need a TeX Installation for your OS

Building the repository:

  1. Change into this directory in a terminal
  2. In the terminal enter snakemake all and press RETURN