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.
You can install the released version of RRphylo from CRAN with:
install.packages("RRphylo")
You can install RRphylo from github by using the R package devtools:
install.packages("devtools")
::install_github("pasraia/RRphylo",build_vignettes = TRUE,dependencies=TRUE) devtools