-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
64 lines (64 loc) · 2.33 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
Type: Package
Package: goshawk
Title: Longitudinal Visualization Functions
Version: 0.1.18.9010
Date: 2025-01-31
Authors@R: c(
person("Nick", "Paszty", , "[email protected]", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "[email protected]", role = "aut"),
person("Ondrej", "Slama", , "[email protected]", role = "aut"),
person("Adrian", "Waddell", , "[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("Konrad", "Pagacz", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Functions that plot and summarize biomarkers/labs of
interest. Visualizations include: box plot, correlation plot, density
distribution, line plot and spaghetti plot. 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/goshawk/,
https://github.com/insightsengineering/goshawk/
BugReports: https://github.com/insightsengineering/goshawk/issues
Depends:
dplyr (>= 1.1.0),
R (>= 3.6)
Imports:
checkmate (>= 2.1.0),
cowplot,
ggnewscale (>= 0.4.1),
ggplot2 (>= 3.4.4),
grDevices,
grid,
lifecycle (>= 0.2.0),
magrittr,
mcr,
rlang (>= 1.1.0),
stringr (>= 1.4.1)
Suggests:
knitr (>= 1.42),
nestcolor (>= 0.1.0),
rmarkdown (>= 2.23),
testthat (>= 3.0.4),
tidyr (>= 1.3.1)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: tidyverse/dplyr, mllg/checkmate,
wilkelab/cowplot, eliocamp/ggnewscale, tidyverse/ggplot2,
r-lib/lifecycle, tidyverse/magrittr, r-lib/rlang, tidyverse/stringr,
yihui/knitr, insightsengineering/nestcolor, rstudio/rmarkdown,
r-lib/testthat, tidyverse/tidyr
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2