forked from insightsengineering/teal.modules.clinical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
101 lines (101 loc) · 3.76 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
Package: teal.modules.clinical
Title: 'teal' Modules for Standard Clinical Outputs
Version: 0.9.1.9012
Date: 2024-06-24
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Jana", "Stoilova", , "[email protected]", role = "aut"),
person("Davide", "Garolini", , "[email protected]", role = "aut"),
person("Emily", "de la Rua", , "[email protected]", role = "aut"),
person("Abinaya", "Yogasekaram", , "[email protected]", role = "aut"),
person("Mahmoud", "Hallal", , "[email protected]", role = "aut"),
person("Dawid", "Kaledkowski", , "[email protected]", role = "aut"),
person("Rosemary", "Li", , "[email protected]", role = "aut"),
person("Heng", "Wang", , "[email protected]", role = "aut"),
person("Pawel", "Rucki", , "[email protected]", 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),
teal.transform (>= 0.5.0),
tern (>= 0.9.5)
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.8),
rmarkdown (>= 2.23),
rtables (>= 0.6.8),
scales,
shiny (>= 1.6.0),
shinyjs,
shinyvalidate,
shinyWidgets (>= 0.5.1),
stats,
teal.code (>= 0.5.0),
teal.data (>= 0.4.0),
teal.logger (>= 0.2.0.9004),
teal.reporter (>= 0.2.1),
teal.widgets (>= 0.4.0),
tern.gee (>= 0.1.4),
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,
rvest,
shinytest2,
styler,
testthat (>= 3.1.5),
withr (> 2.0.1.5)
VignetteBuilder:
knitr
Config/Needs/verdepcheck: insightsengineering/teal,
insightsengineering/teal.transform, insightsengineering/tern,
tidymodels/broom, mllg/checkmate, 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, 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)
RoxygenNote: 7.3.1