Package: rstanarm
Type: Package
Title: Bayesian Applied Regression Modeling via Stan
Version: 2.9.0-1
Date: 2016-01-09
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/pp_data.R, 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.11.0), methods
Imports: ggplot2 (>= 2.0.0), lme4 (>= 1.1-8), loo (>= 0.1.4), rstan (>=
        2.9.0), shinystan (>= 2.1.0), stats, utils
Suggests: arm, gamm4, gridExtra, HSAUR3, KernSmooth, knitr, MASS,
        rmarkdown, svglite, testthat
LinkingTo: StanHeaders (>= 2.9.0), rstan (>= 2.9.0), BH (>= 1.58.0),
        Rcpp (>= 0.11.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
RcppModules: stan_fit4bernoulli_mod, stan_fit4binomial_mod,
        stan_fit4continuous_mod, stan_fit4count_mod, stan_fit4lm_mod,
        stan_fit4polr_mod
RoxygenNote: 5.0.1
Packaged: 2016-01-09 18:39:57 UTC; goodrich
Author: Jonah Gabry [aut],
  Trustees of Columbia University [cph],
  R Core Deveopment Team [cph] (R/pp_data.R, 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-01-09 23:29:19
