-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.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
Package: bayesDCA
Title: Bayesian Decision Curve Analysis
Version: 0.0.0.9000
Authors@R:
person(given = "Giuliano",
family = "Netto Flores Cruz",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9122-8286"))
Description: Performs Bayesian Decision Curve Analysis (DCA) for diagnostic tests and clinical prediction models.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Biarch: true
Depends:
R (>= 4.1.1)
Imports:
methods (>= 4.1.1),
Rcpp (>= 1.0.6),
RcppParallel (>= 5.0.3),
rstan (>= 2.21.5),
rstantools (>= 2.2.0),
ggplot2 (>= 3.3.5),
dplyr (>= 1.0.7),
purrr (>= 0.3.4),
tidyr (>= 1.1.4),
RColorBrewer (>= 1.1.2),
survival (>= 3.3.1),
cli (>= 3.4.1),
magrittr (>= 2.0.3),
patchwork (>= 1.1.2),
stringr (>= 1.5.0)
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.21.2),
StanHeaders (>= 2.21.0.7)
SystemRequirements: GNU make
Suggests:
testthat (>= 3.1.1)
Config/testthat/edition: 3