Source: r-cran-rstanarm
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-rcpp,
               r-cran-bayesplot (>= 1.7.0),
               r-cran-ggplot2,
               r-cran-lme4,
               r-cran-loo (>= 2.1.0),
               r-cran-matrix,
               r-cran-nlme,
               r-cran-rstan (>= 2.21.5-2~),
               r-cran-rstantools (>= 2.1.0),
               r-cran-shinystan,
               r-cran-survival,
               r-cran-rcppparallel (>= 5.1.5+dfsg-3~),
               r-cran-stanheaders (>= 2.21.0),
               r-cran-bh (>= 1.72.0-2),
               r-cran-rcppeigen
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rstanarm
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rstanarm.git
Homepage: https://cran.r-project.org/package=rstanarm
Rules-Requires-Root: no

Package: r-cran-rstanarm
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R bayesian applied regression modeling via stan
 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.
