-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.Rmd
29 lines (19 loc) · 1.13 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[![Travis-CI Build Status](https://travis-ci.org/Hackout3/saphy.svg?branch=master)](https://travis-ci.org/Hackout3/saphy)
[![Coverage Status](https://img.shields.io/codecov/c/github/Hackout3/saphy/master.svg)](https://codecov.io/github/Hackout3/saphy?branch=master)
# saphy: sequential analysis of phylogenies
This package contains methods for the sequential (real-time, online) analysis of phylogenies and sequence data.
![Schema v1.0] (inst/scheme.png)
# Installing the package
To install the devel version of the package, including vignettes, type:
```{r install, eval=FALSE}
devtools::install_github("Hackout3/saphy",build_vignettes=TRUE)
devtools::install_github(c("bdearlove/treeImbalance","emvolz-phylodynamics/phydynR","Hackout3/saphy"),build_vignettes=TRUE)
```
Note that this requires the package *devtools* installed.
Note if using a mac, you will need lgfortran and lquadmath libraries installed before hand in order to compile rhydynR
### Contributors (by alphabetic order):
- Simon Frost (@sdwfrost)
- Don Klinkenberg (@donkeyshot)
- Yu Luo (@yumcgill)
- OJ Watson (@OJWatson)
Maintainer (temporary): Simon Frost ([email protected])