Thursday, August 20, 2015

phytools can now be installed from GitHub

phytools is now on GitHub and the development version can be installed using devtools.

library(devtools)
install_github("liamrevell/phytools")
## Downloading github repo liamrevell/phytools@master
## Installing phytools
## * installing *source* package 'phytools' ...
## ** R
## ** data
## ** inst
## ** preparing package for lazy loading
## ** help
## *** installing help indices
## ** building package indices
## ** testing if installed package can be loaded
## *** arch - i386
## *** arch - x64
## * DONE (phytools)
library(phytools)
## Loading required package: ape
## Loading required package: maps

That's all there is to it.

No comments:

Post a Comment

Note: due to the very large amount of spam, all comments are now automatically submitted for moderation.