adeverse / adephylo

Exploratory analyses for the phylogenetic comparative method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Exploratory analyses for the phylogenetic comparative method


Languages

Language:R 66.2%Language:C 33.8%