-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
74 lines (74 loc) · 2.15 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
Package: precautionary
Type: Package
Title: Safety Diagnostics for Dose-Escalation Trial Designs
Version: 0.2.6-1
Date: 2021-08-14
Authors@R: c(person("David C.", "Norris"
, role = c("aut", "cre", "cph")
, email = "[email protected]"
, comment = c(ORCID = "0000-0001-9593-6343")
),
person("Markus", "Triska"
, role = "ctb"
, email = "[email protected]"
)
)
Maintainer: David C. Norris <[email protected]>
Depends:
magrittr,
escalation,
data.table,
R6,
R (>= 4.0.0)
Imports: methods, dplyr, rlang, stringr, knitr, kableExtra, microbenchmark, dfcrm, BOIN,
parallelly, utils
Suggests:
dtpcrm,
rmarkdown,
bookdown,
tufte,
testthat,
lattice,
latticeExtra,
shiny,
shinyjs,
shinyFeedback
Description: Enhances various R packages that support the design and simulation
of phase 1 dose-escalation trials, adding diagnostics to examine
the safety characteristics of these designs in light of expected
inter-individual variation in pharmacokinetics and pharmacodynamics.
See Norris (2020b), "Retrospective analysis of a fatal dose-finding
trial" <arXiv:2004.12755> and (2020c) "What Were They Thinking?
Pharmacologic priors implicit in a choice of 3+3 dose-escalation design"
<arXiv:2012.05301>.
URL: https://github.com/dcnorris/precautionary
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr, rmarkdown
Encoding: UTF-8
NeedsCompilation: yes
OS_type: unix
SystemRequirements: Cargo (rustc package manager)
RoxygenNote: 7.1.1
Collate:
'bench.R'
'boin.R'
'ccd.R'
'cpe.R'
'crm.R'
'data.R'
'dtp.R'
'dutycycle.R'
'enhance.R'
'exact.R'
'extendr-wrappers.R'
'hyperprior.R'
'mclapply.R'
'precautionary-package.R'
'toxicity_generators.R'
'simulate_trials.R'
'three3.R'
LazyData: true
ByteCompile: true
Config/testthat/edition: 3
BugReports: https://github.com/dcnorris/precautionary/issues