Package: rstanarm
Type: Package
Title: Bayesian Applied Regression Modeling via Stan
Version: 2.12.1
Date: 2016-09-12
Authors@R: c(person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = "aut"),
             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 pre-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: ggplot2 (>= 2.0.0), lme4 (>= 1.1-8), loo (>= 0.1.6), Matrix,
        nlme (>= 3.1-124), rstan (>= 2.12.1), shinystan (>= 2.2.1),
        stats, utils
Suggests: arm, gamm4, gridExtra, HSAUR3, KernSmooth, knitr, MASS,
        rmarkdown, roxygen2, testthat (>= 1.0.2)
LinkingTo: StanHeaders (>= 2.12.0), rstan (>= 2.12.1), BH (>= 1.60.0),
        Rcpp (>= 0.12.0), RcppEigen
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: 2016-09-12 13:08:24 UTC; goodrich
Author: Jonah Gabry [aut],
  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: 2016-09-13 21:19:23
