-
-
Notifications
You must be signed in to change notification settings - Fork 83
/
DESCRIPTION
61 lines (61 loc) · 2.05 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
Package: bayesplot
Type: Package
Title: Plotting for Bayesian Models
Version: 1.11.1.9000
Date: 2024-02-14
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "[email protected]"),
person("Tristan", "Mahr", role = "aut"),
person("Paul-Christian", "Bürkner", role = "ctb"),
person("Martin", "Modrák", role = "ctb"),
person("Malcolm", "Barrett", role = "ctb"),
person("Frank", "Weber", role = "ctb"),
person("Eduardo", "Coronado Sroka", role = "ctb"),
person("Teemu", "Sailynoja", role = "ctb"),
person("Aki", "Vehtari", role = "ctb"))
Maintainer: Jonah Gabry <[email protected]>
Description: Plotting functions for posterior analysis, MCMC diagnostics,
prior and posterior predictive checks, and other visualizations
to support the applied Bayesian workflow advocated in
Gabry, Simpson, Vehtari, Betancourt, and Gelman (2019) <doi:10.1111/rssa.12378>.
The package is designed not only to provide convenient functionality
for users, but also a common set of functions that can be easily used by
developers working on a variety of R packages for Bayesian modeling,
particularly (but not exclusively) packages interfacing with 'Stan'.
License: GPL (>= 3)
URL: https://mc-stan.org/bayesplot/
BugReports: https://github.com/stan-dev/bayesplot/issues/
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
Depends:
R (>= 3.1.0)
Imports:
dplyr (>= 0.8.0),
ggplot2 (>= 3.4.0),
ggridges (>= 0.5.5),
glue,
posterior,
reshape2,
rlang (>= 0.3.0),
stats,
tibble (>= 2.0.0),
tidyselect,
utils
Suggests:
ggfortify,
gridExtra (>= 2.2.1),
hexbin,
knitr (>= 1.16),
loo (>= 2.0.0),
RColorBrewer,
rmarkdown (>= 1.0.0),
rstan (>= 2.17.1),
rstanarm (>= 2.17.4),
rstantools (>= 1.5.0),
scales,
shinystan (>= 2.3.0),
survival,
testthat (>= 2.0.0),
vdiffr (>= 1.0.2)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)