README.md

DAISIE: Dynamic Assembly of Island biota through Speciation, Immigration and Extinction

CRAN_Status_Badge GitHub R package version DOI

Branch|GHA logo|Codecov logo ---|---|--- master|R build status|codecov.io develop|R build status|codecov.io

DAISIE is an R package that simulates and computes the (maximum) likelihood of a dynamical model of island biota assembly through speciation, immigration and extinction.

The model can be fitted to both empirical dated phylogenies and simulated data.

Installing DAISIE

N.B.: MacOS users may experience issues when installing DAISIE, especially when on MacOS Big Sur. If that is you case, please see here for detailed installation instructions.

The DAISIE package has a stable version on CRAN and a development version on GitHub.

From CRAN

From within R, do:

install.packages("DAISIE")

From GitHub

Install DAISIE from this GitHub repository by running:

install.packages("remotes")
remotes::install_github("rsetienne/DAISIE")

Using DAISIE as a package dependency

From CRAN

To your DESCRIPTION file, add DAISIE as any normal package.

If your package directly uses DAISIE:

Imports:
  DAISIE

If your package uses DAISIE in its peripherals (e.g. vignettes and tests):

Suggests:
  DAISIE

From GitHub

Remotes:
  rsetienne/DAISIE

Support/Questions

For feature requests or bug-reports or other matters, please submit an issue.

Feature branches

Contributors

DAISIE was originally developed by Rampal S. Etienne, Luis Valente, Albert B. Phillimore and Bart Haegeman. It is continuously maintained by members of the @tece-lab, at the University of Groningen.

References



rsetienne/DAISIE documentation built on Oct. 25, 2023, 4:32 a.m.