README.md

TraitGMYC

This package requires the package splits, which is available via R-Forge. ```{r, warning = F, echo = F} install.packages("paran") install.packages("splits", repos="http://R-Forge.R-project.org")


Moreover, simulations require the package phybase, which is not on cran anymore. It can be installed from github.
```{r, warning = F, echo = F}
install.packages("remotes")
library(remotes)
remotes::install_github("bomeara/phybase")

Install TraitGMYC from github. {r, warning = F, echo = F} library(remotes) remotes::install_github("thauffe/TraitGMYC")



thauffe/TraitGmyc documentation built on July 4, 2021, 7:37 a.m.