/r-phylo

phylogenetic comparative methods in R

Creative Commons Zero v1.0 UniversalCC0-1.0

r-phylo

This repo contains resources for conducting phylogenetic comparative analyses.

The vignettes can be reproduced using the remake R package. This is available to download from github:

devtools::install_github("richfitz/remake")

To get all of the packages used in the vignettes, type

remake::install_missing_packages()

and to re-run all examples and analyses

remake::make("all")