-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 2.05 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 2.05 KB
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
Package: dv.listings
Type: Package
Title: Data listings module
Version: 4.3.4
Authors@R:
c(
person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
person('Isabel', 'Glauss', email = 'isabel.glauss@boehringer-ingelheim.com', role = c('aut', 'cre')),
person('Korbinian', 'Matthias', email = 'korbinian.matthias@boehringer-ingelheim.com', role = c('aut')),
person('Luis', 'Morís Fernández', email = 'luis.moris.fernandez.ext@boehringer-ingelheim.com', role = c('aut')),
person('Jessica', 'Knizia', email = 'jessica.knizia@boehringer-ingelheim.com', role = c('ctb')),
person('Gurjinder', 'Mohan', email = 'gurjinder.mohan.ext@boehringer-ingelheim.com', role = c('ctb'))
)
Description: DaVinci’s dv.listings package provides a module 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),
safetyData,
jsonlite
Config/testthat/edition: 3
Imports:
checkmate (>= 2.1.0),
dplyr (>= 1.0.5),
DT (>= 0.18),
dv.manager (>= 2.1.4),
htmlwidgets (>= 1.6.2),
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),
base64enc,
htmltools
Depends: R (>= 4.1.0)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Remotes: boehringer-ingelheim/dv.manager
VignetteBuilder: knitr
URL: https://github.com/Boehringer-Ingelheim/dv.listings, https://boehringer-ingelheim.github.io/dv.listings