A replication and extension project from the Microsoft Research Data Science Summer School class of 2019
To run this code:
- download this repository
- run the
00_install_R_requirements.R
script to install necessary R packages - run the makefile with
make all
to execute all the files in this directory
To run with WSL, in addition to the above:
- install R and tidyverse (see https://blog.zenggyu.com/en/post/2018-01-29/installing-r-r-packages-e-g-tidyverse-and-rstudio-on-ubuntu-linux/)
- install pandoc (see https://github.com/jgm/pandoc/blob/master/INSTALL.md)
- make sure R is at least version 3.5. if not, update (see https://www.r-bloggers.com/updating-r-on-ubuntu/)
- run the
00_install_linux_requirements.sh
script to install necessary packages