forked from insightsengineering/teal.slice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.76 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
63
Type: Package
Package: teal.slice
Title: Filter Module for `teal` Applications
Version: 0.2.0.9029
Date: 2023-05-08
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
person("Nikolas", "Burkoff", , "[email protected]", role = "aut"),
person("Mahmoud", "Hallal", , "[email protected]", role = "aut"),
person("Maciej", "Nasinski", , "[email protected]", role = "aut"),
person("Konrad", "Pagacz", , "[email protected]", role = "aut"),
person("Junlue", "Zhao", , "[email protected]", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Filter module for teal applications.
License: Apache License 2.0 | file LICENSE
Depends:
R (>= 4.0),
shiny
Imports:
checkmate,
dplyr,
ggplot2,
grDevices,
lifecycle,
logger (>= 0.2.0),
methods,
R6,
shinyjs,
shinyWidgets (>= 0.5.0),
stats,
teal.data (>= 0.1.2.9011),
teal.logger (>= 0.1.1),
teal.widgets (>= 0.2.0)
Suggests:
bslib,
formatters (>= 0.3.1),
knitr,
MultiAssayExperiment,
rmarkdown,
scda (>= 0.1.5),
scda.2022 (>= 0.1.3),
SummarizedExperiment,
testthat (>= 3.1.5),
utils,
withr
VignetteBuilder:
knitr
RdMacros:
lifecycle
Remotes:
insightsengineering/scda.2022@*release,
insightsengineering/scda@*release,
insightsengineering/teal.data@*release,
insightsengineering/teal.logger@*release,
insightsengineering/teal.widgets@*release
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3