-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 969 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: FuncDiv
Title: Compute Contributional Diversity Metrics
Version: 1.0.0
Authors@R:
person("Gavin", "Douglas", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5164-6707"))
Description: Compute alpha and beta contributional diversity metrics,
which is intended for linking taxonomic and functional microbiome
data. See 'GitHub' repository for the tutorial:
<https://github.com/gavinmdouglas/FuncDiv/wiki>. Citation: Gavin M.
Douglas, Sunu Kim, Morgan G. I. Langille, B. Jesse Shapiro (2023)
<doi:10.1093/bioinformatics/btac809>.
License: AGPL-3
Depends:
R (>= 3.5.0)
Imports:
ape,
collapse,
data.table,
parallel,
parallelDist,
Rcpp,
RcppParallel,
RcppXPtrUtils,
stats
Suggests:
testthat (>= 3.0.0)
LinkingTo:
Rcpp,
RcppArmadillo,
RcppParallel
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3