-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.44 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
Package: DarwinShinyModules
Title: Repository of Shiny Modules for Darwin Result Viewers
Version: 0.1.0
Authors@R: c(
person("Ger", "Inberg", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-8993-8748")),
person("Maarten", "van Kessel", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0009-0006-8832-6030")),
person("Erasmus MC", role = c("cph"))
)
Description: Install this package to access useful shiny modules for building shiny apps to explore results using the Darwin tools.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.0)
Imports:
R6,
checkmate,
shiny,
shinydashboard,
dplyr,
ggplot2,
plotly,
DT,
gt,
promises,
shinyWidgets,
stringr
Suggests:
TreatmentPatterns,
IncidencePrevalence,
networkD3,
testthat (>= 3.0.0),
knitr,
rmarkdown,
datasets,
htmlwidgets,
xml2
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
Language: en-US
Collate:
'ShinyModule.R'
'Bridge.R'
'DarwinShinyModules.R'
'GTTable.R'
'IncidencePrevalence.R'
'InputPanel.R'
'OhdsiModule.R'
'Plot.R'
'PlotPlotly.R'
'PlotStatic.R'
'PlotWidget.R'
'Table.R'
'Text.R'
'TreatmentPatterns.R'
'appBuilders.R'
'preview.R'
URL: https://darwin-eu-dev.github.io/DarwinShinyModules/