README.md

mulTree

R-CMD-check codecov Project Status: Active - The project has reached a stable, usable state and is being actively developed. DOI

This package is based on the MCMCglmm package and runs a MCMCglmm analysis on multiple trees. This code has been used prior to this package release in Healy et. al. (2014). Please send me an email or a pull request if you find/have any issue using this package.

Check out the presentation of some aspects of the package.

Installing mulTree

## Installing the package
if(!require(devtools)) install.packages("devtools")
library(devtools)
install_github("TGuillerme/mulTree", ref = "release")
library(mulTree)

The following installs the latest released version (see patch notes below). For the piping hot development version (not recommended), replace the ref="release" option by ref="master". If you're using the master branch, see the latest developement in the patch note.

Warning note:

If you're using a PC and the package doesn't install correctly, it might be due to the fact that dependencies are not installed correctly. You can fix buy downloading R's latest version and installing the missing packages manualy:

## Install the missing packages
install.packages(c("MCMCglmm", "coda", "hdrcde", "snow", "ape", "corpcor", "curl"))

Vignettes

Patch notes (latest version)

Previous patch notes and the next version ones can be seen here.

Authors

Thomas Guillerme and Kevin Healy

Contributors

Eldar Rakhimberdiev, Hugo Gruson.

Citation

If you are using this package, please cite (if the DOI is in there, even better!):

Related packages

SIDER R package

Used in

Check out the papers that have cited mulTree since 2014 here (>50):



TGuillerme/mulTree documentation built on Feb. 21, 2024, 9:18 a.m.