forked from metamelb-repliCATS/aggreCAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
92 lines (92 loc) · 2.33 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Package: aggreCAT
Title: Mathematically Aggregating Expert Judgments
Version: 0.0.0.9004
Authors@R: c(person(given = "David",
family = "Wilkinson",
role = c("aut", "cre"),
email = "[email protected]",
comment = structure("0000-0002-9560-6499", .Names = "ORCID")),
person(given = "Elliot",
family = "Gould",
role = "aut",
comment = structure("0000-0002-6585-538X", .Names = "ORCID")),
person(given = "Aaron",
family = "Willcox",
role = "aut",
email = " [email protected]",
comment = structure("0000-0003-2536-2596", .Names = "ORCID")),
person(given = "Charles T.",
family = "Gray",
role = c("aut"),
comment = structure("00000-0002-9978-011X", .Names = "ORCID")),
person(given = "Rose",
family = "E. O'Dea",
role = "aut",
comment = structure("0000-0001-8177-5075", .Names = "ORCID")),
person(given = "Rebecca",
family = "Groenewegen",
role = "aut",
comment = structure("0000-0001-9177-8536", .Names = "ORCID")))
Description: Aggregation methods for confidence scores.
URL: https://replicats.research.unimelb.edu.au/
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr,
pointblank,
janitor,
DescTools,
qualtRics,
here,
readxl,
readr,
stats,
lubridate,
forcats,
ggforce,
ggpubr,
ggridges,
rjags,
tidybayes,
tidyverse,
usethis,
nlme,
gt,
gtExtras,
R.rsp,
BiocStyle
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Imports:
magrittr,
GoFKernel,
purrr,
R2jags,
coda,
precrec,
mathjaxr,
cli,
VGAM,
crayon,
dplyr,
rfUtilities,
stringr,
tidyr,
tibble,
ggplot2,
insight
Remotes:
softloud/neet,
unjournal/rfUtilities@f64894e
VignetteBuilder:
knitr,
R.rsp
RdMacros: mathjaxr
Config/testthat/parallel: true
Config/testthat/edition: 3