Package: posterior
Title: Tools for Working with Posterior Distributions
Version: 1.2.1
Date: 2022-03-06
Authors@R: c(person("Paul-Christian", "Bürkner", email = "paul.buerkner@gmail.com", role = c("aut", "cre")),
             person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = c("aut")),
             person("Matthew", "Kay", email = "mjskay@northwestern.edu", role = c("aut")),
             person("Aki", "Vehtari", email = "Aki.Vehtari@aalto.fi", role = c("aut")),
             person("Måns", "Magnusson", role = c("ctb")),
             person("Rok", "Češnovar", role = c("ctb")),
             person("Ben", "Lambert", role = c("ctb")),
             person("Ozan", "Adıgüzel", role = c("ctb")), 
             person("Jacob", "Socolar", role = c("ctb")))
Description: Provides useful tools for both users and developers of packages 
  for fitting Bayesian models or working with output from Bayesian models. 
  The primary goals of the package are to: 
  (a) Efficiently convert between many different useful formats of
  draws (samples) from posterior or prior distributions.
  (b) Provide consistent methods for operations commonly performed on draws, 
  for example, subsetting, binding, or mutating draws.
  (c) Provide various summaries of draws in convenient formats.
  (d) Provide lightweight implementations of state of the art posterior 
  inference diagnostics. References: Vehtari et al. (2021) 
  <doi:10.1214/20-BA1221>.
Depends: R (>= 3.2.0)
Imports: abind, checkmate, rlang (>= 0.4.7), stats, tibble (>= 3.0.0),
        vctrs, tensorA, pillar, distributional, parallel, matrixStats
Suggests: testthat (>= 2.1.0), caret (>= 6.0.84), gbm (>= 2.1.8),
        randomForest (>= 4.6.14), e1071 (>= 1.7.3), dplyr, tidyr,
        knitr, rmarkdown
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
URL: https://mc-stan.org/posterior/, https://discourse.mc-stan.org/
BugReports: https://github.com/stan-dev/posterior/issues
RoxygenNote: 7.1.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-03-07 11:00:57 UTC; paul.buerkner
Author: Paul-Christian Bürkner [aut, cre],
  Jonah Gabry [aut],
  Matthew Kay [aut],
  Aki Vehtari [aut],
  Måns Magnusson [ctb],
  Rok Češnovar [ctb],
  Ben Lambert [ctb],
  Ozan Adıgüzel [ctb],
  Jacob Socolar [ctb]
Maintainer: Paul-Christian Bürkner <paul.buerkner@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-07 12:40:02 UTC
Built: R 4.0.5; ; 2022-03-08 12:03:30 UTC; unix
