-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.14 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
Package: kpitools
Title: Tools for creating key performance indicator reports for clinical trial
Version: 0.2.3
Authors@R:
c(person(given = "Alan G.",
family = "Haynes",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1374-081X")),
person(given = "Mattia",
family = "Branca",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8063-7882")))
Description: Assessing performance of clinical trials can assist identify problems earlier in the trial than might be possible without it and help to improve trial quality. Tools for the creating performance indicator reports are however uncommon. 'kpitools' aims to provide tools to create such reports.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
knitr,
lubridate,
markdown,
patchwork,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
dplyr,
ggplot2,
magrittr,
purrr,
rlang
Imports:
stringr,
tidyr
VignetteBuilder: knitr