Package: fundiversity
Title: Easy Computation of Alpha Functional Diversity Indices
Version: 1.0.0
Authors@R: 
    c(
      person("Matthias", "Grenié",
        email = "matthias.grenie@gmail.com",
        role = c("aut", "cre"),
        comment = c(ORCID = "0000-0002-4659-7522")),
      person("Hugo", "Gruson",
        role = "aut",
        comment = c(ORCID = "0000-0002-4094-1476"))
    )
Description: Computes 5 alpha-functional diversity indices: Functional
  Divergence (FDiv), Function Evenness (FEve), Functional Richness (FRic),
  Functional Dispersion (FDis) and Rao's entropy (Q) (reviewed in Villéger
  et al. 2008 <doi:10.1890/07-1206.1>). Provides efficient, modular, and
  parallel functions to compute functional diversity indices.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Depends: R (>= 2.10)
Imports: future.apply, geometry, Matrix, vegan
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, memoise
URL: https://hugogruson.fr/fundiversity/,
        https://github.com/bisaloo/fundiversity
BugReports: https://github.com/Bisaloo/fundiversity/issues
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-08-25 09:54:02 UTC; Rekyt
Author: Matthias Grenié [aut, cre] (<https://orcid.org/0000-0002-4659-7522>),
  Hugo Gruson [aut] (<https://orcid.org/0000-0002-4094-1476>)
Maintainer: Matthias Grenié <matthias.grenie@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-25 10:32:35 UTC
