-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathDESCRIPTION
More file actions
110 lines (110 loc) · 4.23 KB
/
Copy pathDESCRIPTION
File metadata and controls
110 lines (110 loc) · 4.23 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
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
Package: teal.modules.clinical
Title: 'teal' Modules for Standard Clinical Outputs
Version: 0.12.0.9013
Date: 2026-04-08
Authors@R: c(
person("Joe", "Zhu", , "joe.zhu@roche.com", role = "aut",
comment = c(ORCID = "0000-0001-7566-2787")),
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 = c("aut", "cre")),
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.4),
teal (>= 1.1.0.9029),
teal.transform (>= 0.7.0),
tern (>= 0.9.9)
Imports:
broom (>= 0.7.10),
bslib (>= 0.8.0),
checkmate (>= 2.1.0),
cowplot (>= 0.7.0),
dplyr (>= 1.0.5),
DT (>= 0.13),
formatters (>= 0.5.11),
ggplot2 (>= 3.4.0),
ggrepel (>= 0.9.6),
grid,
lifecycle (>= 0.2.0),
rlistings (>= 0.2.12),
rmarkdown (>= 2.23),
rtables (>= 0.6.13),
scales (>= 1.4.0),
shiny (>= 1.8.1),
shinyjs (>= 1.10.0),
shinyvalidate (>= 0.1.3),
shinyWidgets (>= 0.5.1),
stats,
teal.code (>= 0.7.0),
teal.data (>= 0.8.0),
teal.logger (>= 0.4.0),
teal.reporter (>= 0.6.0),
teal.widgets (>= 0.5.0),
tern.gee (>= 0.1.5),
tern.mmrm (>= 0.3.3),
utils,
vistime (>= 1.2.3)
Suggests:
forcats (>= 1.0.0),
knitr (>= 1.42),
logger (>= 0.4.0),
lubridate (>= 1.7.9),
nestcolor (>= 0.1.0),
pkgload (>= 1.4.0),
roxy.shinylive (>= 1.0.0),
rvest (>= 1.0.4),
shinytest2 (>= 0.4.1),
styler (>= 1.10.3),
testthat (>= 3.2.3),
withr (>= 3.0.0)
VignetteBuilder:
knitr,
rmarkdown
Remotes:
insightsengineering/teal,
insightsengineering/teal.reporter
Config/Needs/verdepcheck: insightsengineering/teal,
insightsengineering/teal.slice, insightsengineering/teal.transform,
insightsengineering/tern, tidymodels/broom, mllg/checkmate,
wilkelab/cowplot, tidyverse/dplyr, rstudio/DT,
insightsengineering/formatters, 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.3