-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.12 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
Package: biomeViz
Type: Package
Title: Data visualization for microbiome analytics
Version: 0.0.06
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 = "Person", family = "Person", role = c("aut")),
person(given = "Person", family = "Person", role = c("aut"),
email = "Person@rivm.nl")
)
Maintainer: Sudarshan Shetty <sudarshanshetty9@gmail.com>
Description: `biomeViz` is part of the RIVM-Microbiome-Toolbox.
Data visualization for microbiome analytics.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.6.0),
phyloseq,
biomeUtils
Imports:
dplyr,
ggplot2,
rlang,
stats,
tibble,
stringr,
tidyr,
tidyHeatmap,
ggdist,
gghalves,
ggrepel,
ggside,
vegan,
scales
Suggests:
testthat,
remotes,
patchwork,
ggpubr,
knitr,
microbiome,
rmarkdown
Remotes:
github::RIVM-IIV-Microbiome/biomeUtils
RoxygenNote: 7.2.0
VignetteBuilder: knitr