Description
Phylogenetic Ridge Regression Methods for Comparative Studies.
Description
Functions for phylogenetic analysis (Castiglione et al., 2018 <doi:10.1111/2041-210X.12954>). The functions perform the estimation of phenotypic evolutionary rates, identification of phenotypic evolutionary rate shifts, quantification of direction and size of evolutionary change in multivariate traits, the computation of ontogenetic shape vectors and test for morphological convergence.
README.md
RRphylo 
The RRphylo package collects tools to compute branch-wise evolutionary rates, estimate ancestral states, locate rate shifts, assess temporal trends in phenotypes and rates, evaluate morphological convergence, along with some useful functions to easily visualize analyses results, assess statistical robustness, and build/manipulate phylogenetic trees.
Installation from CRAN
You can install the released version of RRphylo from CRAN with:
install.packages("RRphylo")
Installation from github
You can install RRphylo from github by using the R package devtools:
install.packages("devtools")
devtools::install_github("pasraia/RRphylo",build_vignettes = TRUE,dependencies=TRUE)