forked from insightsengineering/teal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
115 lines (115 loc) · 3.9 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
Type: Package
Package: teal
Title: Exploratory Web Apps for Analyzing Clinical Trials Data
Version: 0.15.2.9012
Date: 2024-03-20
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.7.0),
teal.data (>= 0.4.0),
teal.slice (>= 0.5.0)
Imports:
checkmate (>= 2.1.0),
jsonlite,
lifecycle (>= 0.2.0),
logger (>= 0.2.0),
magrittr (>= 1.5),
methods,
rlang (>= 1.0.0),
shinyjs,
stats,
teal.code (>= 0.5.0),
teal.logger (>= 0.1.3.9013),
teal.reporter (>= 0.2.0),
teal.widgets (>= 0.4.0),
utils
Suggests:
bslib,
knitr (>= 1.42),
MultiAssayExperiment,
R6,
rmarkdown (>= 2.19),
rvest,
shinytest2,
shinyvalidate,
testthat (>= 3.1.5),
withr (>= 2.1.0),
yaml (>= 1.1.0)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Config/Needs/verdepcheck: rstudio/shiny, insightsengineering/teal.data,
insightsengineering/teal.slice, mllg/checkmate, jeroen/jsonlite,
r-lib/lifecycle, daroczig/logger, tidyverse/magrittr, r-lib/rlang,
daattali/shinyjs, insightsengineering/teal.logger,
insightsengineering/teal.reporter, insightsengineering/teal.widgets,
rstudio/bslib, yihui/knitr, bioc::MultiAssayExperiment, r-lib/R6,
rstudio/rmarkdown, rstudio/shinyvalidate,
insightsengineering/teal.code, 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.1
Collate:
'TealAppDriver.R'
'dummy_functions.R'
'get_rcode_utils.R'
'include_css_js.R'
'modules.R'
'init.R'
'landing_popup_module.R'
'module_filter_manager.R'
'module_nested_tabs.R'
'module_snapshot_manager.R'
'module_tabs_with_filters.R'
'module_teal.R'
'module_teal_with_splash.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_reporter.R'
'teal_slices-store.R'
'teal_slices.R'
'utils.R'
'validate_inputs.R'
'validations.R'
'zzz.R'