1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
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 (>= 0.12.0),
r-cran-bayesplot (>= 1.7.0),
r-cran-ggplot2 (>= 2.2.1),
r-cran-lme4,
r-cran-loo (>= 2.1.0),
r-cran-matrix (>= 1.2-13),
r-cran-nlme,
r-cran-rstan (>= 2.21.2-3),
r-cran-rstantools (>= 2.1.0),
r-cran-shinystan,
r-cran-survival (>= 2.40.1),
r-cran-rcppparallel (>= 5.0.2+dfsg-3),
r-cran-stanheaders (>= 2.21.0),
r-cran-bh,
r-cran-rcppeigen (>= 0.3.3.3.0)
Standards-Version: 4.5.0
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.
|