-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
104 lines (104 loc) · 3.94 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
Package: teal.modules.clinical
Title: 'teal' Modules for Standard Clinical Outputs
Version: 0.9.1.9050
Date: 2025-01-23
Authors@R: c(
person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre")),
person("Jana", "Stoilova", , "jana.stoilova@roche.com", role = "aut"),
person("Davide", "Garolini", , "davide.garolini@roche.com", role = "aut"),
person("Emily", "de la Rua", , "emily.de_la_rua@contractors.roche.com", role = "aut"),
person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "aut"),
person("Mahmoud", "Hallal", , "mahmoud.hallal@roche.com", role = "aut"),
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut"),
person("Rosemary", "Li", , "li.yaqiong@gene.com", role = "aut"),
person("Heng", "Wang", , "wang.heng@gene.com", role = "aut"),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
person("Nikolas", "Burkoff", role = "aut"),
person("Konrad", "Pagacz", role = "aut"),
person("Vaakesan", "Sundrelingam", role = "ctb"),
person("Francois", "Collin", role = "ctb"),
person("Imanol", "Zubizarreta", role = "ctb"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Provides user-friendly tools for creating and customizing
clinical trial reports. By leveraging the 'teal' framework, this
package provides 'teal' modules to easily create an interactive panel
that allows for seamless adjustments to data presentation, thereby
streamlining the creation of detailed and accurate reports.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.modules.clinical/,
https://github.com/insightsengineering/teal.modules.clinical/
BugReports:
https://github.com/insightsengineering/teal.modules.clinical/issues
Depends:
R (>= 4.0),
teal (>= 0.15.2.9103),
teal.transform (>= 0.5.0.9021),
tern (>= 0.9.7)
Imports:
broom (>= 0.7.10),
checkmate (>= 2.1.0),
cowplot (>= 0.7.0),
dplyr (>= 1.0.5),
DT (>= 0.13),
ggplot2 (>= 3.4.0),
ggrepel,
grid,
lifecycle (>= 0.2.0),
methods,
rlistings (>= 0.2.10),
rmarkdown (>= 2.23),
rtables (>= 0.6.11),
scales,
shiny (>= 1.6.0),
shinyjs,
shinyvalidate,
shinyWidgets (>= 0.5.1),
stats,
teal.code (>= 0.5.0.9022),
teal.data (>= 0.6.0.9025),
teal.logger (>= 0.3.1),
teal.reporter (>= 0.3.1.9023),
teal.widgets (>= 0.4.2.9025),
tern.gee (>= 0.1.5),
tern.mmrm (>= 0.3.1),
utils,
vistime (>= 1.2.3)
Suggests:
forcats,
knitr (>= 1.42),
logger (>= 0.2.0),
lubridate (>= 1.7.9),
nestcolor (>= 0.1.0),
pkgload,
roxy.shinylive,
rvest,
shinytest2,
styler,
testthat (>= 3.1.5),
withr (> 2.0.1.5)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: insightsengineering/teal,
insightsengineering/teal.slice, insightsengineering/teal.transform,
insightsengineering/tern, tidymodels/broom, mllg/checkmate,
wilkelab/cowplot, tidyverse/dplyr, rstudio/DT, tidyverse/ggplot2,
slowkow/ggrepel, r-lib/lifecycle, daroczig/logger,
insightsengineering/rlistings, rstudio/rmarkdown,
insightsengineering/rtables, r-lib/scales, rstudio/shiny,
daattali/shinyjs, rstudio/shinyvalidate, dreamRs/shinyWidgets,
insightsengineering/teal.code, insightsengineering/teal.data,
insightsengineering/teal.logger, insightsengineering/teal.reporter,
insightsengineering/teal.widgets, insightsengineering/tern.gee,
insightsengineering/tern.mmrm, shosaco/vistime, tidyverse/forcats,
yihui/knitr, tidyverse/lubridate, insightsengineering/nestcolor,
r-lib/pkgload, insightsengineering/roxy.shinylive, tidyverse/rvest,
rstudio/shinytest2, r-lib/styler, r-lib/testthat, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE, packages = c("roxy.shinylive"))
RoxygenNote: 7.3.2