Skip to content

rsetienne/DAISIE

Repository files navigation

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.

  • For an overview of the simulation functionality see here.
  • Details and an overview of the maximum likelihood inference capabilities to estimate parameters see here.
  • For details on comparing between two diversity dependence models see here.

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

DAISIE is now part of an ecosystem of packages! Check out DAISIEprep to help preparing your phylogenetic data for DAISIE.

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

  • master: build should always pass. @rsetienne has control over develop to master merges.
  • develop: merge of feature branches, merge with master by @rsetienne iff build passes.

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

About

DAISIE

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.note

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 10