StanHeaders: C++ Header Files for Stan

The C++ header files of the Stan project are provided by this package, but it contains no R code, shared objects, vignettes, or function documentation. It 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 Bayesian statistical inference via Markov Chain Monte Carlo and (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.

Version: 2.8.0
Suggests: RcppEigen, BH
Published: 2015-09-16
Author: 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]
Maintainer: Ben Goodrich <benjamin.goodrich at columbia.edu>
License: BSD_3_clause + file LICENSE
URL: http://mc-stan.org/
NeedsCompilation: no
CRAN checks: StanHeaders results

Downloads:

Reference manual: StanHeaders.pdf
Package source: StanHeaders_2.8.0.tar.gz
Windows binaries: r-devel: StanHeaders_2.8.0.zip, r-release: StanHeaders_2.8.0.zip, r-oldrel: StanHeaders_2.8.0.zip
OS X Snow Leopard binaries: r-release: StanHeaders_2.7.0.tgz, r-oldrel: StanHeaders_2.6.0-10.tgz
OS X Mavericks binaries: r-release: StanHeaders_2.8.0.tgz
Old sources: StanHeaders archive

Reverse dependencies:

Reverse linking to: OpenMx, rstan
Reverse suggests: rstan