Other packages > Find by keyword >

StanHeaders  

C++ Header Files for Stan
View on CRAN: Click here


Download and install StanHeaders package within the R console
Install from CRAN:
install.packages("StanHeaders")

Install from Github:
library("remotes")
install_github("cran/StanHeaders")

Install by package version:
library("remotes")
install_version("StanHeaders", "2.32.10")



Attach the package and use:
library("StanHeaders")
Maintained by
Ben Goodrich
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-02-10
Latest Update: 2024-07-15
Description:
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.
How to cite:
Ben Goodrich (2015). StanHeaders: C++ Header Files for Stan. R package version 2.32.10, https://cran.r-project.org/web/packages/StanHeaders. Accessed 18 Sep. 2026.
Previous versions and publish date:
(2026-09-02 14:10), 2.6.0-10 (2015-02-10 11:02), 2.7.0 (2015-07-16 17:58), 2.8.0 (2015-09-16 18:53), 2.9.0 (2016-01-03 22:25), 2.10.0-2 (2016-06-24 10:18), 2.10.0 (2016-06-23 01:06), 2.11.0 (2016-07-28 19:46), 2.12.0-1 (2016-11-20 20:03), 2.12.0 (2016-09-12 09:14), 2.13.1 (2016-12-18 11:22), 2.14.0-1 (2017-01-09 17:11), 2.14.0 (2016-12-28 18:04), 2.15.0-1 (2017-04-19 11:15), 2.16.0-1 (2017-07-03 12:51), 2.17.1 (2017-12-20 17:18), 2.17.2 (2018-01-20 16:33), 2.18.0-1 (2018-12-13 10:06), 2.18.0 (2018-10-07 23:00), 2.18.1-10 (2019-06-14 09:10), 2.18.1 (2019-01-29 00:30), 2.19.0 (2020-01-29 11:33), 2.19.2 (2020-02-11 14:02), 2.21.0-1 (2020-01-19 19:00), 2.21.0-3 (2020-05-28 17:30), 2.21.0-5 (2020-06-09 16:30), 2.21.0-6 (2020-08-16 17:40), 2.21.0-7 (2020-12-17 08:30), 2.26.25 (2023-05-17 09:30), 2.26.26 (2023-05-31 01:10), 2.26.27 (2023-06-15 00:52), 2.26.28 (2023-09-07 11:00), 2.32.5 (2024-01-10 12:43), 2.32.6 (2024-03-01 16:12), 2.32.7 (2024-04-25 06:10), 2.32.8 (2024-05-21 06:10), 2.32.9 (2024-05-29 22:50), 2.32.10 (2024-07-15 10:50)
Other packages that cited StanHeaders R package
View StanHeaders citation profile
Other R packages that StanHeaders depends, imports, suggests or enhances
Complete documentation for StanHeaders
Functions, R codes and Examples using the StanHeaders R package
Some associated functions: CxxFlags . stanFunction . 
Some associated R codes: Flags.R . stanFunction.R .  Full StanHeaders package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

hmeasure  
The H-Measure and Other Scalar Classification Performance Metrics
Classification performance metrics that are derived from the ROC curve of a classifier. The package ...
Download / Learn more Package Citations See dependency  
eyelinker  
Import ASC Files from EyeLink Eye Trackers
Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
downlit  
Syntax Highlighting and Automatic Linking
Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pk ...
Download / Learn more Package Citations See dependency  
injectoR  
R Dependency Injection
R dependency injection framework. Dependency injection allows a program design to follow the depend ...
Download / Learn more Package Citations See dependency  
data360r  
Wrapper for 'TCdata360' and 'Govdata360' API
Makes it easy to engage with the Application Program Interface (API) of the 'TCdata360' and 'Govdat ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA