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 43 44 45
|
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,
r-cran-ggplot2,
r-cran-lme4,
r-cran-loo,
r-cran-matrix,
r-cran-nlme,
r-cran-posterior,
r-cran-rstan (>= 2.32.0),
r-cran-rstantools,
r-cran-shinystan,
r-cran-survival,
r-cran-rcppparallel,
r-cran-stanheaders (>= 2.32.0),
r-cran-bh,
r-cran-rcppeigen,
# <dh-update-R>do not delete this - it is fixing bug #1065339</dh-update-R>
r-cran-v8
Standards-Version: 4.6.2
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.
|