-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
53 lines (53 loc) · 1.88 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
Package: rlistings
Title: Clinical Trial Style Data Readout Listings
Version: 0.2.9.9008
Date: 2024-11-01
Authors@R: c(
person("Gabriel", "Becker", , "[email protected]", role = "aut",
comment = "original creator of the package"),
person("Adrian", "Waddell", , "[email protected]", role = "aut"),
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Davide", "Garolini", , "[email protected]", role = "ctb"),
person("Emily", "de la Rua", , "[email protected]", role = "ctb"),
person("Abinaya", "Yogasekaram", , "[email protected]", role = "ctb"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Listings are often part of the submission of clinical trial
data in regulatory settings. We provide a framework for the specific
formatting features often used when displaying large datasets in that
context.
License: Apache License 2.0
URL: https://insightsengineering.github.io/rlistings/,
https://github.com/insightsengineering/rlistings/
BugReports: https://github.com/insightsengineering/rlistings/issues
Depends:
formatters (>= 0.5.9.9003),
methods,
tibble (>= 2.0.0)
Imports:
checkmate (>= 2.1.0),
grDevices,
grid,
stats,
utils
Suggests:
dplyr (>= 1.0.2),
knitr (>= 1.42),
lifecycle (>= 0.2.0),
rmarkdown (>= 2.23),
stringi (>= 1.6),
testthat (>= 3.1.5),
withr (>= 2.0.0)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: insightsengineering/formatters,
tidyverse/tibble, mllg/checkmate, tidyverse/dplyr, yihui/knitr,
r-lib/lifecycle, rstudio/rmarkdown, gagolews/stringi, r-lib/testthat,
r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2