-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
74 lines (74 loc) · 2.7 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
64
65
66
67
68
69
70
71
72
73
74
Type: Package
Package: teal.slice
Title: Filter Module for 'teal' Applications
Version: 0.4.0.9031
Date: 2023-12-14
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
person("Aleksander", "Chlebowski", , "aleksander.chlebowski@contractors.roche.com", role = "aut"),
person("Kartikeya", "Kirar", , "kartikeya.kirar@businesspartner.roche.com", role = "aut"),
person("Marcin", "Kosinski", , "marcin.kosinski.mk1@roche.com", role = "aut"),
person("Chendi", "Liao", , "chendi.liao@roche.com", role = "rev"),
person("Dony", "Unardi", , "unardid@gene.com", role = "rev"),
person("Andrew", "Bates", role = "aut"),
person("Mahmoud", "Hallal", role = "aut"),
person("Nikolas", "Burkoff", role = "aut"),
person("Maciej", "Nasinski", role = "aut"),
person("Konrad", "Pagacz", role = "aut"),
person("Junlue", "Zhao", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Module containing filter panel for 'teal' applications.
Allows for interactive filtering of data stored in 'data.frame' and
'MultiAssayExperiment' objects. Also displays filtered and unfiltered
observation counts.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.slice/,
https://github.com/insightsengineering/teal.slice/
BugReports: https://github.com/insightsengineering/teal.slice/issues
Depends:
R (>= 4.0),
shiny (>= 1.6.0)
Imports:
bslib (>= 0.4.0),
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
grDevices,
htmltools (>= 0.5.4),
jsonlite,
lifecycle (>= 0.2.0),
logger (>= 0.2.0),
methods,
plotly (>= 4.9.2.2),
R6 (>= 2.2.0),
shinycssloaders (>= 1.0.0),
shinyjs,
shinyWidgets (>= 0.6.2),
teal.data (>= 0.3.0.9018),
teal.logger (>= 0.1.1),
teal.widgets (>= 0.4.0),
utils
Suggests:
knitr (>= 1.42),
MultiAssayExperiment,
SummarizedExperiment,
testthat (>= 3.1.5),
withr (>= 2.1.0)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Config/Needs/verdepcheck: rstudio/shiny, rstudio/bslib, mllg/checkmate,
tidyverse/dplyr, rstudio/htmltools, jeroen/jsonlite, r-lib/lifecycle,
daroczig/logger, plotly/plotly, r-lib/R6, daattali/shinycssloaders,
daattali/shinyjs, dreamRs/shinyWidgets, insightsengineering/teal.data,
insightsengineering/teal.logger, insightsengineering/teal.widgets,
yihui/knitr, bioc::MultiAssayExperiment, bioc::SummarizedExperiment,
r-lib/testthat, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3