-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
49 lines (49 loc) · 1.56 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
Package: adaptr
Title: Adaptive Trial Simulator
Version: 1.4.0
Date: 2024-05-03
Authors@R:
c(person("Anders", "Granholm",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5799-7655")),
person("Benjamin Skov", "Kaas-Hansen",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0003-1023-0371")),
person("Aksel Karl Georg", "Jensen",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-1459-0465")),
person("Theis", "Lange",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0001-6807-8347")))
Description: Package that simulates adaptive (multi-arm, multi-stage) clinical
trials using adaptive stopping, adaptive arm dropping, and/or adaptive
randomisation. Developed as part of the INCEPT (Intensive Care Platform
Trial) project (<https://incept.dk/>), primarily supported by a grant
from Sygeforsikringen "danmark" (<https://www.sygeforsikring.dk/>).
License: GPL (>= 3)
Imports:
stats,
parallel,
utils
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
NeedsCompilation: no
URL: https://inceptdk.github.io/adaptr/,
https://github.com/INCEPTdk/adaptr/,
https://incept.dk/
BugReports: https://github.com/INCEPTdk/adaptr/issues/
RoxygenNote: 7.3.1
Suggests:
ggplot2,
covr,
rmarkdown,
knitr,
testthat,
vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3