-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 1.36 KB
/
DESCRIPTION
File metadata and controls
59 lines (59 loc) · 1.36 KB
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
57
58
59
Package: rxsim
Type: Package
Title: Reducing friction for Randomized Clinical Trial simulations
Version: 0.1.4.9000
Authors@R: c(
person(
"Matthew", "Valko",
email = "matthew.valko@boehringer-ingelheim.com",
role = c("aut")
),
person(
"Saumil", "Shah",
email = "saumil.shah@boehringer-ingelheim.com",
role = c("aut", "cre")
),
person(
"Ming", "Yang",
email = "ming.yang.ext@boehringer-ingelheim.com",
role = c("ctb")
),
person(
"Mitchell", "Thomann",
email = "mitchell.thomann@boehringer-ingelheim.com",
role = c("ctb")
),
person(
"Boehringer Ingelheim Pharma GmbH & Co. KG",
role = c("cph", "fnd"),
comment = c(ROR="00q32j219")
)
)
Description: Simulate phase II and/or phase III clinical trials. It supports
various types of endpoints and adaptive strategies.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1)
Suggests:
knitr,
rmarkdown,
tibble,
tidyr,
MASS,
multcomp,
DoseFinding,
RBesT,
BayesianMCPMod,
survival,
testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Imports:
dplyr,
rlang
Roxygen: list(markdown = TRUE)
Config/renv/profiles/ci/dependencies: pak, rcmdcheck
URL: https://boehringer-ingelheim.github.io/rxsim
Config/testthat/edition: 3