-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
81 lines (81 loc) · 3.01 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
75
76
77
78
79
80
81
Type: Package
Package: teal.slice
Title: Filter Module for 'teal' Applications
Version: 0.5.1.9015
Date: 2024-11-01
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
person("Aleksander", "Chlebowski", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5018-6294")),
person("Andre", "Verissimo", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2212-339X")),
person("Kartikeya", "Kirar", , "[email protected]", role = "aut"),
person("Marcin", "Kosinski", , "[email protected]", role = "aut"),
person("Chendi", "Liao", , "[email protected]", role = "rev"),
person("Dony", "Unardi", , "[email protected]", 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: Data filtering module 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)
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.3.0),
methods,
plotly (>= 4.9.2.2),
R6 (>= 2.2.0),
rlang (>= 1.0.0),
shiny (>= 1.6.0),
shinycssloaders (>= 1.0.0),
shinyjs,
shinyWidgets (>= 0.6.2),
teal.data (>= 0.4.0),
teal.logger (>= 0.1.3.9013),
teal.widgets (>= 0.4.2),
utils
Suggests:
knitr (>= 1.42),
MultiAssayExperiment,
rmarkdown (>= 2.23),
SummarizedExperiment,
testthat (>= 3.1.8),
withr (>= 2.1.0)
VignetteBuilder:
knitr,
rmarkdown
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,
rstudio/rmarkdown, 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.3.2