-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
87 lines (87 loc) · 3.25 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
Type: Package
Package: teal.goshawk
Title: Longitudinal Visualization `teal` Modules
Version: 0.2.0.9023
Date: 2025-01-24
Authors@R: c(
person("Nick", "Paszty", , "[email protected]", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "[email protected]", role = "aut"),
person("Mahmoud", "Hallal", , "[email protected]", role = "aut"),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
person("Wenyi", "Liu", , "[email protected]", role = "aut"),
person("Jeffrey", "Tomlinson", , "[email protected]", role = "aut"),
person("Bali", "Toth", , "[email protected]", role = "aut"),
person("Junlue", "Zhao", role = "aut"),
person("Maciej", "Nasinski", role = "aut"),
person("Maximilian", "Mordig", role = "ctb"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Modules that produce web interfaces through which
longitudinal visualizations can be dynamically modified and displayed.
These included box plot, correlation plot, density distribution plot,
line plot, scatter plot and spaghetti plot with accompanying summary.
Data are expected in ADaM structure. Requires analysis subject level
(ADSL) and analysis laboratory (ADLB) data sets. Beyond core
variables, Limit of Quantification flag variable (LOQFL) is expected
with levels 'Y', 'N' or NA.
License: Apache License 2.0 | file LICENSE
URL: https://insightsengineering.github.io/teal.goshawk/,
https://github.com/insightsengineering/teal.goshawk/
BugReports: https://github.com/insightsengineering/teal.goshawk/issues
Depends:
goshawk (>= 0.1.18),
R (>= 3.6),
shiny (>= 1.6.0),
teal (>= 0.15.2.9103),
teal.transform (>= 0.5.0.9021)
Imports:
checkmate (>= 2.1.0),
colourpicker,
dplyr (>= 1.0.5),
DT (>= 0.13),
ggplot2 (>= 3.4.0),
grDevices,
lifecycle (>= 0.2.0),
methods,
rlang (>= 1.0.0),
shinyjs,
shinyvalidate,
stats,
teal.code (>= 0.5.0.9022),
teal.logger (>= 0.3.0.9004),
teal.reporter (>= 0.3.1.9023),
teal.widgets (>= 0.4.2.9025)
Suggests:
knitr (>= 1.42),
nestcolor (>= 0.1.0),
rmarkdown (>= 2.23),
rvest (>= 1.0.0),
shinytest2 (>= 0.3.2),
stringr (>= 1.4.1),
teal.data (>= 0.6.0.9025),
tern (>= 0.9.7),
testthat (>= 3.2.0),
utils
VignetteBuilder:
knitr,
rmarkdown
Remotes:
insightsengineering/goshawk
Config/Needs/verdepcheck: insightsengineering/goshawk, rstudio/shiny,
insightsengineering/teal, insightsengineering/teal.slice,
insightsengineering/teal.transform, mllg/checkmate,
daattali/colourpicker, tidyverse/dplyr, rstudio/DT, tidyverse/ggplot2,
r-lib/lifecycle, r-lib/rlang, daattali/shinyjs, rstudio/shinyvalidate,
insightsengineering/teal.code, insightsengineering/teal.logger,
insightsengineering/teal.reporter, insightsengineering/teal.widgets,
yihui/knitr, insightsengineering/nestcolor, rstudio/rmarkdown,
tidyverse/stringr, insightsengineering/teal.data,
insightsengineering/tern, r-lib/testthat, rstudio/shinytest2,
tidyverse/rvest
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2