-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
42 lines (42 loc) · 1.31 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
Package: accrualPlot
Type: Package
Title: Accrual Plots and Predictions for Clinical Trials
Version: 1.0.9
Authors@R:
c(
person(given = "Lukas", family = "Bütikofer", role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Alan G.", family = "Haynes", role = "aut",
email = "[email protected]"))
Maintainer: Lukas Bütikofer <[email protected]>
Description: Tracking accrual in clinical trials is important for trial success.
If accrual is too slow, the trial will take too long and be too expensive. If
accrual is much faster than expected, time sensitive tasks such as the writing
of statistical analysis plans might need to be rushed. 'accrualPlot' provides
functions to aid the tracking of accrual and predict when a trial will reach
it's intended sample size.
License: MIT + file LICENSE
URL: https://github.com/CTU-Bern/accrualPlot, https://ctu-bern.github.io/accrualPlot/
BugReports: https://github.com/CTU-Bern/accrualPlot/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends:
lubridate,
R (>= 2.10)
Imports:
dplyr,
ggplot2,
grid,
magrittr,
purrr,
rlang
RoxygenNote: 7.2.1
Suggests:
knitr,
markdown,
patchwork,
rmarkdown,
testthat,
vdiffr
VignetteBuilder: knitr
LazyData: true