Package: abdiv
Title: Alpha and Beta Diversity Measures
Version: 0.2.0
Authors@R: person("Kyle", "Bittinger", email = "kylebittinger@gmail.com",
  role = c("aut", "cre"))
Description: A collection of measures for measuring ecological diversity.
  Ecological diversity comes in two flavors: alpha diversity measures the
  diversity within a single site or sample, and beta diversity measures the
  diversity across two sites or samples. This package overlaps considerably
  with other R packages such as 'vegan', 'gUniFrac', 'betapart', and 'fossil'.
  We also include a wide range of functions that are implemented in software
  outside the R ecosystem, such as 'scipy', 'Mothur', and 'scikit-bio'.  The
  implementations here are designed to be basic and clear to the reader.
URL: https://github.com/kylebittinger/abdiv
BugReports: https://github.com/kylebittinger/abdiv/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat (>= 2.1.0), vegan
Imports: ape
NeedsCompilation: no
Packaged: 2020-01-15 02:25:11 UTC; bittingerk
Author: Kyle Bittinger [aut, cre]
Maintainer: Kyle Bittinger <kylebittinger@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-20 10:50:02 UTC
Built: R 4.5.2; ; 2025-11-01 01:03:26 UTC; windows
