Package: posteriordb
Type: Package
Title: R functionality for posteriordb
Version: 0.3.2
Date: 2023-09-15
Authors@R: c(person("Mans", "Magnusson", email = "mans.magnusson@gmail.com",
                    role = c("cre", "aut")),
             person("Paul-Christian", "Bürkner", email = "paul.buerkner@gmail.com",
                    role = c("aut")),
             person("Aki", "Vehtari", email = "aki.vehtari@aalto.fi",
                    role = c("aut")))
Maintainer: Mans Magnusson <mans.magnusson@gmail.com>
Description: R functionality of easy handling of the posteriordb posteriors.
License: BSD_3_clause + file LICENSE
RoxygenNote: 7.2.3
Encoding: UTF-8
Depends:
  R (>= 3.5.0)
Imports:
  checkmate,
  gh,
  jsonlite
Suggests:
    bibtex,
    BH,
    covr,
    digest,
    dplyr,
    dotenv,
    httr,
    git2r,
    posterior,
    remotes,
    rmarkdown,
    rstan,
    RcppEigen,
    testthat,
    tibble,
    yaml,
    knitr
VignetteBuilder: knitr
