This repo supports the manuscript "Linking evolutionary and ecological theory illuminates non-stationary biodiversity." The repo is configured as an R package, meaning you can easily install the package and re-run all analyses leading to the manuscript. The manuscript is currently availible as a preprint on the arXiv: https://arxiv.org/abs/1705.04725.
To install the R package in this repo and re-produce the results run this R code:
devtools::install_github('EcoEvoNonStat/EcoEvoNonStat')
You might need to first install the devtools package from CRAN.