File: control

package info (click to toggle)
r-cran-stanheaders 2.21.0-7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,400 kB
  • sloc: cpp: 94,660; ansic: 52,526; f90: 2,136; sh: 13; makefile: 5
file content (41 lines) | stat: -rw-r--r-- 1,941 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
Source: r-cran-stanheaders
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-rcppparallel (>= 5.1.5+dfsg-3~),
               r-cran-rcppeigen
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-stanheaders
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-stanheaders.git
Homepage: https://cran.r-project.org/package=StanHeaders
Rules-Requires-Root: no

Package: r-cran-stanheaders
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: C++ Header Files for Stan for GNU R
 The C++ header files of the Stan project are provided by this package,
 but it contains no R code, vignettes, or function documentation. There
 is a shared object containing part of the 'CVODES' library, but it is
 not accessible from R. 'StanHeaders' is only useful for developers who
 want to utilize the 'LinkingTo' directive of their package's DESCRIPTION
 file to build on the Stan library without incurring unnecessary
 dependencies. The Stan project develops a probabilistic programming
 language that implements full or approximate Bayesian statistical
 inference via Markov Chain Monte Carlo or 'variational' methods and
 implements (optionally penalized) maximum likelihood estimation via
 optimization. The Stan library includes an advanced automatic
 differentiation scheme, 'templated' statistical and linear algebra
 functions that can handle the automatically 'differentiable' scalar
 types (and doubles, 'ints', etc.), and a parser for the Stan language.
 The 'rstan' package provides user-facing R functions to parse, compile,
 test, estimate, and analyze Stan models.