-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.13 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
Package: mtdesign
Type: Package
Title: Mander and Thompson Designs
Version: 0.1.2
Date: 2024-11-01
Authors@R: person(
given = "John",
family = "Kirkpatrick",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7790-3708")
)
Description: Implements Mander & Thompson's (2010)
<doi:10.1016/j.cct.2010.07.008> methods for two-stage designs
optimal under the alternative hypothesis for phase II [cancer] trials. Also
provides an implementation of Simon's (1989)
<doi:10.1016/0197-2456(89)90015-9> original methodology and
allows exploration of the operating characteristics of sub-optimal designs.
Language: en-GB
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/openpharma/mtdesign
BugReports: https://github.com/openpharma/mtdesign/issues
RoxygenNote: 7.3.2
Imports:
dplyr,
futile.logger,
ggplot2,
magrittr,
methods,
Rcpp,
rlang,
tibble,
tidyr
LinkingTo:
Rcpp,
BH
Suggests:
parallel,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3