-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.16 KB
/
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
36
37
38
39
40
41
42
43
Package: dysbiosisR
Type: Package
Title: Calculate Microbiome Dysbiosis
Version: 1.0.4
Authors@R:
c(person(given = "Sudarshan", family = "Shetty", role = c("aut", "cre"),
email = "sudarshanshetty9@gmail.com",
comment = c(ORCID = "0000-0001-7280-9915")),
person(given = "Wouter AA", family = "de Steenhuijsen Piters", role = c("ctb"),
email = "w.a.a.desteenhuijsenpiters@gmail.com",
comment = c(ORCID = "0000-0002-1144-4067")))
Maintainer: Sudarshan Shetty <sudarshanshetty9@gmail.com>
Description:
The dysbiosisR package implements tools for calculating some common dysbiosis
measures for microbiota profiling data.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.0),
microbiome
Imports:
dplyr,
phyloseq,
stats,
usedist,
tidyr,
randomForest,
pROC,
ggplot2,
ggdist,
grDevices,
RColorBrewer
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
patchwork
Config/testthat/edition: 3
URL: https://github.com/microsud/dysbiosisR
BugReports: https://github.com/microsud/dysbiosisR/issues
RoxygenNote: 7.2.1
VignetteBuilder: knitr