-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
80 lines (80 loc) · 2.17 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Type: Package
Package: phase1b
Title: Calculations for decisions on Phase 1b clinical trials
Version: 1.0.0
Authors@R: c(
person("Daniel", "Sabanes Bove", , "[email protected]", role = c("aut", "cre")),
person("Markus", "Elze", , "[email protected]", role = "aut"),
person("Tony", "Pourmohamad", , "[email protected]", role = "aut"),
person("Jiawen", "Zhu", , "[email protected]", role = "aut"),
person("James", "Lymp", role = "aut"),
person("Anastasia", "Teterina", , "[email protected]", role = "aut"),
person("Audrey", "Yeo", , "[email protected]", role = c("aut")),
person("F. Hoffmann-La Roche Ltd", role = c("cph", "fnd"))
)
Description: The phase1b R package is intended to be used when conducting
new molecule (combination) Phase 1b clinical trials in Oncology. However,
the methodology is generalizable to many scenarios outside of Oncology or Phase
1b clinical trials, and should be viewed as a general Bayesian framework for
analysis of clinical trials.
License: Apache License 2.0 | file LICENSE
URL: https://github.com/genentech/phase1b/
BugReports: https://github.com/genentech/phase1b/issues
Depends:
R (>= 3.6)
Suggests:
scales,
rmarkdown,
bookdown,
knitr,
officer,
shiny,
shinyjs,
shinythemes,
reshape,
testthat (>= 3.0.0)
Imports:
ggplot2,
checkmate,
devtools,
lifecycle
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen:
list(markdown = TRUE, packages = "roxytypes")
RoxygenNote: 7.3.2
Config/Needs/documentation:
roxytypes
Remotes:
openpharma/roxytypes
Config/roxytypes: list(format = "({type}):\\cr {description}")
Collate:
'Phase1b-package.R'
'betadiff.R'
'boundsPostprob.R'
'boundsPredprob.R'
'data.R'
'dbetabinom.R'
'oc2.R'
'oc3.R'
'ocPostprob.R'
'postprobDist.R'
'ocPostprobDist.R'
'ocPredprob.R'
'ocPredprobDist.R'
'ocRctPostprobDist.R'
'ocRctPredprobDist.R'
'plotBeta.R'
'plotBounds.R'
'plotDecision.R'
'plotOc.R'
'postprob.R'
'predprob.R'
'predprobDist.R'
'runShinyPhase1b.R'
'sumTable.R'
'sumbetadiff.R'
Config/testthat/edition: 3