Skip to content

adeverse/adephylo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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