Package: rstanarm
Type: Package
Title: Bayesian Applied Regression Modeling via Stan
Version: 2.15.2
Date: 2017-04-19
Authors@R: c(person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = "aut"),
             person("Imad", "Ali", role = "ctb"),
             person("Trustees of", "Columbia University", role = "cph"),
             person("R Core", "Deveopment Team", role = "cph", 
                     comment = "R/stan_aov.R"),
             person("Douglas", "Bates", role = "cph", comment = "R/pp_data.R"),
             person("Martin", "Maechler", role = "cph", comment = "R/pp_data.R"),
             person("Ben", "Bolker", role = "cph", comment = "R/pp_data.R"),
             person("Steve", "Walker", role = "cph", comment = "R/pp_data.R"),
             person("Brian", "Ripley", role = "cph", 
                    comment = "R/stan_aov.R, R/stan_polr.R"),
             person("William", "Venables", role = "cph", comment = "R/stan_polr.R"),
             person("Ben", "Goodrich", email = "benjamin.goodrich@columbia.edu", 
                    role = c("cre", "aut")))
Description: Estimates previously compiled regression models using the 'rstan' package,
    which provides the R interface to the Stan C++ library for Bayesian estimation.
    Users specify models via the customary R syntax with a formula and data.frame
    plus some additional arguments for priors.
License: GPL (>= 3)
Depends: R (>= 3.0.2), Rcpp (>= 0.12.0), methods
Imports: bayesplot (>= 1.2.0), ggplot2 (>= 2.2.1), lme4 (>= 1.1-8), loo
        (>= 1.1.0), Matrix, nlme (>= 3.1-124), rstan (>= 2.14.2),
        rstantools (>= 1.2.0), shinystan (>= 2.3.0), stats, utils
Suggests: arm, betareg, digest, gridExtra, HSAUR3, knitr (>= 1.15.1),
        MASS, mgcv, rmarkdown, roxygen2, testthat (>= 1.0.2)
LinkingTo: StanHeaders (>= 2.14.0), rstan (>= 2.14.2), BH (>= 1.62.0),
        Rcpp (>= 0.12.0), RcppEigen
SystemRequirements: pandoc
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: yes
URL: https://groups.google.com/forum/#!forum/stan-users,
        http://mc-stan.org/
BugReports: https://github.com/stan-dev/rstanarm/issues
RoxygenNote: 5.0.1
Packaged: 2017-04-19 09:04:44 UTC; goodrich
Author: Jonah Gabry [aut],
  Imad Ali [ctb],
  Trustees of Columbia University [cph],
  R Core Deveopment Team [cph] (R/stan_aov.R),
  Douglas Bates [cph] (R/pp_data.R),
  Martin Maechler [cph] (R/pp_data.R),
  Ben Bolker [cph] (R/pp_data.R),
  Steve Walker [cph] (R/pp_data.R),
  Brian Ripley [cph] (R/stan_aov.R, R/stan_polr.R),
  William Venables [cph] (R/stan_polr.R),
  Ben Goodrich [cre, aut]
Maintainer: Ben Goodrich <benjamin.goodrich@columbia.edu>
Repository: CRAN
Date/Publication: 2017-04-19 10:59:36 UTC
