forked from ake123/iSEEbug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 904 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
36
37
Package: iSEEbug
Version: 0.1.0
Authors@R:
person(given = "Giulio", family = "Benedetti", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8732-7692"))
Title: Web app for interactive construction and exploration of microbiome data
Description: What the package does (one paragraph).
License: Artistic-2.0
Encoding: UTF-8
Depends:
R (>= 4.4.0),
iSEE
Imports:
biomformat,
iSEEtree,
methods,
mia,
shiny,
shinyjs,
SummarizedExperiment,
SingleCellExperiment,
TreeSummarizedExperiment,
utils
Suggests:
BiocStyle,
knitr,
RefManageR,
remotes,
rmarkdown,
testthat (>= 3.0.0)
URL: https://github.com/RiboRings/iSEEbug
BugReports: https://github.com/RiboRings/iSEEbug/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3