-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
DESCRIPTION
130 lines (130 loc) · 4.32 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
Type: Package
Package: teal
Title: Exploratory Web Apps for Analyzing Clinical Trials Data
Version: 0.15.2.9091
Date: 2024-11-29
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("Vedha", "Viyash", , "[email protected]", role = "aut"),
person("Marcin", "Kosinski", , "[email protected]", role = "aut"),
person("Adrian", "Waddell", , "[email protected]", role = "aut"),
person("Chendi", "Liao", , "[email protected]", role = "rev"),
person("Dony", "Unardi", , "[email protected]", role = "rev"),
person("Nikolas", "Burkoff", role = "aut"),
person("Mahmoud", "Hallal", role = "aut"),
person("Maciej", "Nasinski", role = "aut"),
person("Konrad", "Pagacz", role = "aut"),
person("Junlue", "Zhao", role = "aut"),
person("Tadeusz", "Lewandowski", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")),
person("Maximilian", "Mordig", role = "ctb")
)
Description: A 'shiny' based interactive exploration framework for
analyzing clinical trials data. 'teal' currently provides a dynamic
filtering facility and different data viewers. 'teal' 'shiny'
applications are built using standard 'shiny' modules.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal/,
https://github.com/insightsengineering/teal/
BugReports: https://github.com/insightsengineering/teal/issues
Depends:
R (>= 4.0),
shiny (>= 1.8.1),
teal.data (>= 0.6.0.9017),
teal.slice (>= 0.5.1.9015)
Imports:
checkmate (>= 2.1.0),
crayon,
jsonlite,
lifecycle (>= 0.2.0),
logger (>= 0.2.0),
methods,
rlang (>= 1.0.0),
shinyjs,
stats,
teal.code (>= 0.5.0.9015),
teal.logger (>= 0.2.0),
teal.reporter (>= 0.3.1.9004),
teal.widgets (>= 0.4.0),
tools,
utils
Suggests:
bslib,
ggplot2 (>= 3.4.0),
knitr (>= 1.42),
mirai (>= 1.1.1),
MultiAssayExperiment,
R6,
renv (>= 1.0.11),
rmarkdown (>= 2.23),
rvest (>= 1.0.0),
shinytest2,
shinyvalidate,
testthat (>= 3.2.0),
withr (>= 2.1.0),
yaml (>= 1.1.0)
VignetteBuilder:
knitr,
rmarkdown
RdMacros:
lifecycle
Config/Needs/verdepcheck: rstudio/shiny, insightsengineering/teal.data,
insightsengineering/teal.slice, mllg/checkmate, jeroen/jsonlite,
r-lib/lifecycle, daroczig/logger, shikokuchuo/mirai, r-lib/crayon,
shikokuchuo/nanonext, rstudio/renv, r-lib/rlang, daattali/shinyjs,
insightsengineering/teal.code, insightsengineering/teal.logger,
insightsengineering/teal.reporter, insightsengineering/teal.widgets,
rstudio/bslib, yihui/knitr, bioc::MultiAssayExperiment, r-lib/R6,
rstudio/rmarkdown, tidyverse/rvest, rstudio/shinytest2,
rstudio/shinyvalidate, r-lib/testthat, r-lib/withr,
yaml=vubiostat/r-yaml
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'TealAppDriver.R'
'checkmate.R'
'dummy_functions.R'
'get_rcode_utils.R'
'include_css_js.R'
'modules.R'
'init.R'
'landing_popup_module.R'
'module_bookmark_manager.R'
'module_data_summary.R'
'module_filter_data.R'
'module_filter_manager.R'
'module_init_data.R'
'module_nested_tabs.R'
'module_snapshot_manager.R'
'module_teal.R'
'module_teal_data.R'
'module_teal_lockfile.R'
'module_teal_with_splash.R'
'module_transform_data.R'
'reporter_previewer_module.R'
'show_rcode_modal.R'
'tdata.R'
'teal.R'
'teal_data_module.R'
'teal_data_module-eval_code.R'
'teal_data_module-within.R'
'teal_data_utils.R'
'teal_reporter.R'
'teal_slices-store.R'
'teal_slices.R'
'teal_transform_module.R'
'utils.R'
'validate_inputs.R'
'validations.R'
'zzz.R'