r-stanheaders
C++ header files for Stan
The C++ header files of the Stan project are provided by this package. There is a shared object containing part of the CVODES
library, but it is not accessible from R. 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 r-rstan
package provides user-facing R functions to parse, compile, test, estimate, and analyze Stan models.
- Versions: 2.32.10
- Website: https://mc-stan.org/
- Licenses: Modified BSD
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-stanheaders
as follows:
guix install r-stanheaders
Or install a particular version:
guix install r-stanheaders@2.32.10
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-stanheaders about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-stanheaders'><img src='https://packages.guix.gnu.org/packages/r-stanheaders/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-stanheaders)
Example Org:
[[https://packages.guix.gnu.org/packages/r-stanheaders][https://packages.guix.gnu.org/packages/r-stanheaders/badges/latest-version.svg]]