-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
47 lines (47 loc) · 1.15 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: gsDesign
Version: 3.6.4
Title: Group Sequential Design
Authors@R: person(given = "Keaven", family = "Anderson", email =
"keaven_anderson@merck.com", role = c('aut','cre'))
Description: Derives group sequential clinical trial designs and describes
their properties. Particular focus on time-to-event, binary, and
continuous outcomes. Largely based on methods described in
Jennison, Christopher and Turnbull, Bruce W., 2000,
"Group Sequential Methods with Applications to Clinical Trials"
ISBN: 0-8493-0316-8.
License: GPL (>= 3)
Copyright: Copyright 2010, Merck Research Laboratories
URL: https://keaven.github.io/gsDesign/, https://github.com/keaven/gsDesign
BugReports: https://github.com/keaven/gsDesign/issues
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
dplyr (>= 1.1.0),
ggplot2 (>= 3.1.1),
graphics,
gt,
magrittr,
methods,
r2rtf,
rlang,
stats,
tibble,
tidyr,
tools,
xtable
Suggests:
covr,
data.table,
gridExtra,
kableExtra,
knitr,
mvtnorm,
ragg,
rmarkdown,
scales,
testthat,
utils
VignetteBuilder:
knitr
RoxygenNote: 7.3.2