-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.81 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
Package: dv.listings
Type: Package
Title: Data listings module
Version: 4.0.0
Authors@R:
c(
person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
person('Isabel', 'Glauss', email = '[email protected]', role = c('aut', 'cre')),
person('Korbinian', 'Matthias', email = '[email protected]', role = c('aut')),
person('Luis', 'Morís Fernández', email = '[email protected]', role = c('aut')),
person('Jessica', 'Knizia', email = '[email protected]', role = c('ctb'))
)
Description: DaVinci’s dv.listings package provides modules to display different dataset domains as listings.
Users can select the dataset to be shown, and specify which columns of the dataset should be displayed.
The displayed columns can be sorted and filtered.
Moreover, the listing can be filtered to show only entries containing a keyword specified by the user.
The module is not limited to usage of one data source, most notably, it can handle data from ADaM or SDTM.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Suggests:
datasets (>= 4.0.0),
devtools (>= 2.4.0),
knitr (>= 1.43),
pharmaverseadam (>= 0.1.0),
shinytest2 (>= 0.3.1),
testthat (>= 3.0.2)
Config/testthat/edition: 3
Imports:
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
DT (>= 0.18),
dv.manager (>= 2.0.0-17),
htmlwidgets (>= 1.6.2),
magrittr (>= 2.0.3),
openxlsx (>= 4.2.5.2),
purrr (>= 1.0.1),
rmarkdown (>= 2.25),
shiny (>= 1.7.2),
shinyFeedback (>= 0.4.0),
shinyjs (>= 2.1.0),
shinyWidgets (>= 0.8.0),
tibble (>= 3.2.1)
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Remotes: boehringer-ingelheim/dv.manager@main
VignetteBuilder: knitr