-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.69 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
Package: gsDesign2
Title: Group sequential design with non-constant effect
Version: 0.2.0
Authors@R: c(
person("Keaven", "Anderson", email = "[email protected]", role = c("aut")),
person("Yilong", "Zhang", email = "[email protected]", role = c("aut")),
person("Yujie", "Zhao", email = "[email protected]", role = c("aut", "cre")),
person("Jianxiao", "Yang", email = "[email protected]", role = c("ctb")),
person("Nan", "Xiao", email = "[email protected]", role = c("ctb")),
person("Amin", "Shirazi", email = "[email protected]", role = c("ctb")),
person("Ruixue", "Wang", email = "[email protected]", role = c("ctb")),
person("Yi", "Cui", email = "[email protected]", role = c("ctb")),
person("Ping", "Yang", email = "[email protected]", role = c("ctb")),
person("Xin Tong", "Li", email = "[email protected]", role = c("ctb")),
person("Yalin", "Zhu", email = "[email protected]", role = c("ctb")),
person("Merck Sharp & Dohme Corp", role = "cph")
)
Description: Basic group sequential design computations extended.
License: GPL-3
URL: https://github.com/LittleBeannie/gsDesign2,
https://littlebeannie.github.io/gsDesign2/
BugReports: https://github.com/LittleBeannie/gsDesign2/issues
Encoding: UTF-8
VignetteBuilder: knitr
Imports:
gsDesign,
dplyr,
tibble,
npsurvSS,
survival,
corpcor,
utils,
mvtnorm,
Rcpp,
methods
Suggests:
testthat,
knitr,
rmarkdown,
purrr,
devtools,
kableExtra,
gt,
ggplot2,
tidyr,
covr,
bench,
microbenchmark,
simtrial,
kableExtra
Remotes:
Merck/simtrial
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
LinkingTo:
Rcpp