Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 616 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 616 Bytes

RevGadgets

Postprocessing gadgets for output generated by RevBayes.

To install:

First, make sure that you have a recent version of R installed. Then, install the devtools R-package:

install.packages("devtools")

Load the devtools package:

library(devtools)

Install RevGadgets directly from GitHub:

install_github("revbayes/RevGadgets")

Note about ggtree dependency:

RevGadgets requires ggtree version 1.5.14 or greater. This can be installed directly from GitHub:

install_github("GuangchuangYu/ggtree")