|
1 | 1 | Package: bayesplot
|
2 | 2 | Type: Package
|
3 | 3 | Title: Plotting for Bayesian Models
|
4 |
| -Version: 1.6.0.9000 |
5 |
| -Date: 2018-08-01 |
| 4 | +Version: 1.7.0 |
| 5 | +Date: 2019-05-22 |
6 | 6 | Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@columbia.edu"),
|
7 | 7 | person("Tristan", "Mahr", role = "aut"),
|
8 | 8 | person("Paul-Christian", "Bürkner", role = "ctb"),
|
9 | 9 | person("Martin", "Modrák", role = "ctb"),
|
10 | 10 | person("Malcolm", "Barrett", role = "ctb"))
|
11 | 11 | Maintainer: Jonah Gabry <jsg2201@columbia.edu>
|
12 |
| -Description: Plotting functions for posterior analysis, posterior predictive checks, |
13 |
| - and MCMC diagnostics. The package is designed not only to provide convenient |
14 |
| - functionality for users, but also a common set of functions that can be |
15 |
| - easily used by developers working on a variety of R packages for Bayesian |
16 |
| - modeling, particularly (but not exclusively) packages interfacing with 'Stan'. |
| 12 | +Description: Plotting functions for posterior analysis, |
| 13 | + prior and posterior predictive checks, and MCMC diagnostics. |
| 14 | + The package is designed not only to provide convenient functionality |
| 15 | + for users, but also a common set of functions that can be easily used by |
| 16 | + developers working on a variety of R packages for Bayesian modeling, |
| 17 | + particularly (but not exclusively) packages interfacing with 'Stan'. |
17 | 18 | License: GPL (>= 3)
|
18 | 19 | LazyData: TRUE
|
19 | 20 | URL: https://mc-stan.org/bayesplot
|
|
0 commit comments