Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.54 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.54 KB

adephylo

CRAN_Release_Badge CRAN Downloads R-CMD-check

Exploratory Analyses for the Phylogenetic Comparative Method


Please note! Since January 2024, this repository has belonged to the adeverse organization. To avoid confusion, we strongly recommend updating any existing local clones to point to the new repository URL. You can do this by using git remote on the command line:

git remote set-url origin git@github.com:adeverse/adephylo.git

or

git remote set-url origin https://github.com/adeverse/adephylo.git


Installing adephylo

To install the development version from github:

library(devtools)
install_github("adeverse/adephylo")

The stable version can be installed from CRAN using:

install.packages("adephylo")

Once installed, the package can be loaded using:

library("adephylo")

Development team

Authors/developers

adephylo is developed by:

Maintainer