Package: StanHeaders 2.36.0.9000

Ben Goodrich

StanHeaders: C++ Header Files for Stan

The C++ header files of the Stan project are provided by this package, but it contains little R code or documentation. The main reference is the vignette. There is a shared object containing part of the 'CVODES' library, but its functionality is not accessible from R. 'StanHeaders' is primarily 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.

Authors:Ben Goodrich [cre, aut], Joshua Pritikin [ctb], Andrew Gelman [aut], Bob Carpenter [aut], Matt Hoffman [aut], Daniel Lee [aut], Michael Betancourt [aut], Marcus Brubaker [aut], Jiqiang Guo [aut], Peter Li [aut], Allen Riddell [aut], Marco Inacio [aut], Mitzi Morris [aut], Jeffrey Arnold [aut], Rob Goedman [aut], Brian Lau [aut], Rob Trangucci [aut], Jonah Gabry [aut], Alp Kucukelbir [aut], Robert Grant [aut], Dustin Tran [aut], Michael Malecki [aut], Yuanjun Gao [aut], Hamada S. Badr [aut], Trustees of Columbia University [cph], Lawrence Livermore National Security [cph], The Regents of the University of California [cph], Southern Methodist University [cph]

StanHeaders_2.36.0.9000.tar.gz
StanHeaders_2.36.0.9000.zip(r-4.5)StanHeaders_2.36.0.9000.zip(r-4.4)StanHeaders_2.36.0.9000.zip(r-4.3)
StanHeaders_2.36.0.9000.tgz(r-4.5-x86_64)StanHeaders_2.36.0.9000.tgz(r-4.5-arm64)StanHeaders_2.36.0.9000.tgz(r-4.4-x86_64)StanHeaders_2.36.0.9000.tgz(r-4.4-arm64)StanHeaders_2.36.0.9000.tgz(r-4.3-x86_64)StanHeaders_2.36.0.9000.tgz(r-4.3-arm64)
StanHeaders_2.36.0.9000.tar.gz(r-4.5-noble)StanHeaders_2.36.0.9000.tar.gz(r-4.4-noble)
StanHeaders_2.36.0.9000.tgz(r-4.4-emscripten)StanHeaders_2.36.0.9000.tgz(r-4.3-emscripten)
StanHeaders.pdf |StanHeaders.html
StanHeaders/json (API)

# Install 'StanHeaders' in R:
install.packages('StanHeaders', repos = c('https://stan-dev.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/stan-dev/rstan/issues

On CRAN:

Conda:

bayesian-data-analysisbayesian-inferencebayesian-statisticsmcmcstan

15.41 score 1.1k stars 342 packages 291 scripts 66k downloads 1 exports 3 dependencies

Last updated 15 hours agofrom:7d9f8df7dc (on develop). Checks:4 OK, 5 NOTE, 3 WARNING. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 08 2025
R-4.5-win-x86_64WARNINGMar 08 2025
R-4.5-mac-x86_64OKMar 08 2025
R-4.5-mac-aarch64OKMar 08 2025
R-4.5-linux-x86_64OKMar 08 2025
R-4.4-win-x86_64WARNINGMar 08 2025
R-4.4-mac-x86_64NOTEMar 08 2025
R-4.4-mac-aarch64NOTEMar 08 2025
R-4.4-linux-x86_64NOTEMar 08 2025
R-4.3-win-x86_64WARNINGMar 08 2025
R-4.3-mac-x86_64NOTEMar 08 2025
R-4.3-mac-aarch64NOTEMar 08 2025

Exports:stanFunction

Dependencies:RcppRcppEigenRcppParallel

Using the Stan Math C++ Library

Rendered fromstanmath.Rmdusingknitr::rmarkdownon Mar 08 2025.

Last update: 2025-01-15
Started: 2018-05-24