-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 1.48 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: subpat
Type: Package
Version: 0.3.4
Title: Subpopulation and subgroups shiny modules
Description: subpat provides a collection of shiny modules to create subgroup and subpopulations as well as create ad-hoc table listings. These modules are featured in the two applications, the Patient Listing Generator (PLG) and the TTE analysis app.
Authors@R: c(
person("Stefan", "Eng", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5245-6507")),
person("Xiao", "Ni", email = "[email protected]", role = c("aut")),
person("Mustapha", "Larbaoui", email = "[email protected]", role = c("aut")),
person("Novartis", role = c("cph", "fnd"))
)
Author: Stefan Eng <[email protected]>
Maintainer: Stefan Eng <[email protected]>
License: Apache License (>= 2.0)
URL: https://opensource.nibr.com/subpat
BugReports: https://github.com/Novartis/subpat/issues
Encoding: UTF-8
LazyData: true
ByteCompile: true
Imports:
shiny,
shinyFiles,
shinydashboard,
xml2,
dplyr,
htmlwidgets,
DT,
shinyjs,
shinyjqui,
kableExtra,
devtools,
glue,
purrr,
R6,
shinycssloaders,
magrittr,
ggplot2,
scales,
survival,
broom,
haven,
htmlTable,
pander,
shinyEffects,
plotly,
shinyWidgets,
GGally
Depends:
bs4Dash,
tidymodules,
shinyBS
Suggests:
testthat,
knitr,
rmarkdown
Remotes:
Novartis/tidymodules
RoxygenNote: 7.0.2
VignetteBuilder: knitr