File: control

package info (click to toggle)
r-cran-rstan 2.21.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,416 kB
  • sloc: cpp: 36,483; sh: 13; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,809 bytes parent folder | download
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-rstan
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-stanheaders (>= 2.21.0),
               r-cran-ggplot2 (>= 3.0.0),
               r-cran-inline,
               r-cran-gridextra,
               r-cran-rcpp (>= 0.12.0),
               r-cran-rcppparallel (>= 5.0.2+dfsg-3),
               r-cran-loo (>= 2.3.0),
               r-cran-pkgbuild,
               r-cran-withr,
               r-cran-v8,
               r-cran-rcppeigen (>= 0.3.3.3.0),
               r-cran-bh
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rstan
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rstan.git
Homepage: https://cran.r-project.org/package=rstan
Rules-Requires-Root: no

Package: r-cran-rstan
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R interface to Stan
 User-facing R functions are provided to parse, compile, test, estimate,
 and analyze Stan models by accessing the header-only Stan library
 provided by the 'StanHeaders' package. The Stan project develops a
 probabilistic programming language that implements full Bayesian
 statistical inference via Markov Chain Monte Carlo, rough Bayesian
 inference via 'variational' approximation, and (optionally penalized)
 maximum likelihood estimation via optimization. In all three cases,
 automatic differentiation is used to quickly and accurately evaluate
 gradients without burdening the user with the need to derive the partial
 derivatives.