Programming in R repository Instructions First you need to install the package 'devtools'. install.packages("devtools") Then you can install the package itself: devtools::install_github("IBAHCM/ProgInR") Then we can run a piece of example code. library(ProgInR) example(run_simulation)