-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.71 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
Package: gMCPShiny
Title: Shiny App for Graphical Multiplicity
Version: 2023.5.0
Authors@R: c(
person("Yalin", "Zhu", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3830-8660")),
person("Xuan", "Deng", email = "[email protected]", role = "aut"),
person("Keaven", "Anderson", email = "[email protected]", role = "aut"),
person("Yilong", "Zhang", email = "[email protected]", role = "aut"),
person("Nan", "Xiao", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0250-5673")),
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
)
Description: A 'Shiny' app for 'gMCPLite' for graphical
described multiple test procedures introduced in
Bretz et al. (2009) <doi:10.1002/sim.3495> and
Bretz et al. (2011) <doi:10.1002/bimj.201000239>.
Contains instructions of multiplicity graph and graphical testing for
group sequential design, described in
Maurer and Bretz (2013) <doi:10.1080/19466315.2013.807748>.
Implements multiplicity graph visualization and reproducible
code generation.
License: GPL-3
URL:
https://merck.github.io/gMCPShiny/,
https://github.com/Merck/gMCPShiny,
https://gmcp.shinyapps.io/prod/
BugReports: https://github.com/Merck/gMCPShiny/issues
Encoding: UTF-8
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)
Imports:
brew,
bslib,
gMCPLite,
gsDesign,
jsonlite,
htmltools,
markdown,
methods,
ragg,
rlang,
shiny,
shinyjs,
shinyMatrix,
stringi
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3