-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
62 lines (62 loc) · 1.23 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: microViz
Title: Microbiome Data Analysis and Visualization
Version: 0.12.5
Authors@R:
person(given = "David",
family = "Barnett",
role = c("aut", "cre"),
email = "david.barnett@maastrichtuniversity.nl",
comment = c(ORCID = "0000-0003-1961-7206"))
URL: https://david-barnett.github.io/microViz, https://github.com/david-barnett/microViz
Description: Microbiome data visualization and statistics tools built upon phyloseq.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
biocViews:
Depends:
R (>= 3.5.0)
Imports:
phyloseq,
vegan,
microbiome,
ggiraph,
ggplot2,
dplyr (>= 1.0.0),
rlang (>= 1.0.0),
shiny (>= 1.5.0),
ComplexHeatmap (>= 2.0.0),
circlize,
seriation,
colorspace,
scales,
purrr,
tibble,
tidyr,
broom,
cowplot
Suggests:
DT,
ggraph (>= 2.0.0),
tidygraph,
corncob (>= 0.2.1),
ggrepel,
GUniFrac,
patchwork (>= 1.0.0),
ggtext,
viridisLite,
stringr,
forcats,
future,
future.apply,
ggside,
skimr,
devtools,
testthat,
vdiffr,
knitr,
methods,
grDevices,
rmarkdown,
shinytest2