Package: abdiv Title: Alpha and Beta Diversity Measures Version: 0.2.0.9000 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: 7.3.3 Suggests: testthat (>= 2.1.0), vegan Imports: ape Depends: R (>= 3.5) Repository: https://kylebittinger.r-universe.dev Date/Publication: 2026-03-16 20:58:20 UTC RemoteUrl: https://github.com/kylebittinger/abdiv RemoteRef: HEAD RemoteSha: 20f3ed980c5edf27ad3d7286a5595d731f66e966 NeedsCompilation: no Packaged: 2026-07-14 06:59:05 UTC; root Author: Kyle Bittinger [aut, cre] Maintainer: Kyle Bittinger