-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.91 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
Package: BUGSnet
Title: Bayesian network meta-analyses in compliance with best practice and reporting guidelines
Version: 1.1.3
Authors@R: c(
person("Audrey", "Beliveau", email = "[email protected]", role = c("aut","cph", "cre")),
person("Justin", "Slater", email = "[email protected]", role = "aut"),
person("Devon", "Boyne", email = "[email protected]", role = c("aut", "cph")),
person("Eric", "Mackay", email = "[email protected]", role = "ctb"),
person("Harmohit Singh", "Bindra", email = "[email protected]", role = "ctb"),
person("Augustine", "Wigle", email = "[email protected]", role = "ctb"),
person("Lighthouse Outcomes Inc.", role = "cph")
)
Description: BUGSnet (Bayesian inference Using Gibbs Sampling to conduct
NETwork meta-analysis) is a feature-rich R package to conduct Bayesian
network meta-analyses in compliance with best practice and reporting
guidelines. Bayesian analyses are conducted with JAGS. Outputs are
highly customizable and include network plots, tables of network
characteristics, league tables and league heat plots, SUCRA plots,
rankograms, forest plots, leverage plots, traceplots, posterior mean
deviance comparison plots.
License: CC BY-NC-SA 4.0
License_is_FOSS: yes
License_restricts_use: yes
URL: https://bugsnetsoftware.github.io
BugReports: https://github.com/audrey-b/BUGSnet/issues
Depends:
R (>= 4.2)
Imports:
coda,
dplyr,
ggplot2,
graphics,
gridExtra,
igraph,
magrittr,
meta,
plyr,
purrr,
RColorBrewer,
Rdpack,
rjags,
rlang,
scales,
stringr,
tibble,
tidyr,
tidyselect,
utils
Suggests:
knitr (>= 1.25),
rmarkdown (>= 1.16),
testthat (>= 2.2.1)
Encoding: UTF-8
LazyData: yes
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RdMacros: Rdpack