-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
83 lines (83 loc) · 3.08 KB
/
DESCRIPTION
File metadata and controls
83 lines (83 loc) · 3.08 KB
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
82
83
Type: Package
Package: teal.slice
Title: Filter Module for 'teal' Applications
Version: 0.7.1.9006
Date: 2026-02-25
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
person("Aleksander", "Chlebowski", , "aleksander.chlebowski@contractors.roche.com", role = "aut",
comment = c(ORCID = "0000-0001-5018-6294")),
person("Andre", "Verissimo", , "andre.verissimo@roche.com", role = "aut",
comment = c(ORCID = "0000-0002-2212-339X")),
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: 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:
bsicons (>= 0.1.2),
bslib (>= 0.8.0),
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
grDevices,
htmltools (>= 0.5.4),
jsonlite (>= 2.0.0),
logger (>= 0.4.0),
methods,
plotly (>= 4.10.4),
R6 (>= 2.2.0),
rlang (>= 1.0.0),
shiny (>= 1.8.1),
shinycssloaders (>= 1.0.0),
shinyjs (>= 2.1.0),
shinyWidgets (>= 0.6.2),
teal.data (>= 0.8.0),
teal.logger (>= 0.4.0),
teal.widgets (>= 0.5.0),
utils
Suggests:
DT (>= 0.13),
knitr (>= 1.42),
MultiAssayExperiment,
rmarkdown (>= 2.23),
rvest (>= 1.0.0),
shinytest2 (>= 0.4.1),
SummarizedExperiment,
testthat (>= 3.2.2),
withr (>= 3.0.2)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: rstudio/shiny, rstudio/bslib, mllg/checkmate,
tidyverse/dplyr, rstudio/htmltools, jeroen/jsonlite, daroczig/logger,
plotly/plotly, r-lib/R6, daattali/shinycssloaders, daattali/shinyjs,
dreamRs/shinyWidgets, insightsengineering/teal.data,
insightsengineering/teal.logger, insightsengineering/teal.widgets,
rstudio/DT, yihui/knitr, bioc::MultiAssayExperiment,
bioc::SummarizedExperiment, rstudio/rmarkdown, r-lib/testthat,
r-lib/withr, bioc::matrixStats
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3