-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 919 Bytes
/
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
Package: rbqmR
Title: Risk-Based Quality Management in R
Version: 0.0.0.9002
Authors@R: person(
given = "John",
family = "Kirkpatrick",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7790-3708")
)
Description: rbqmR is an open-source project intended to provide utilities to
support risk-based quality management (RBQM) activities in clinical trials,
as required by ICH E6 (R2).
Language: en-GB
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
readxl,
rmarkdown,
testthat (>= 3.0.0),
tidyr
Config/testthat/edition: 3
Imports:
dplyr,
futile.logger,
ggplot2,
magrittr,
rlang,
runjags,
stringr,
tibble,
tidyselect,
toOrdinal
Depends:
R (>= 2.10)
LazyData: true