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 04 Jun. 2026.
Previous versions and publish date:
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)
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

shinybusy  
Busy Indicators and Notifications for 'Shiny' Applications
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the ...
Download / Learn more Package Citations See dependency  
crplyr  
A 'dplyr' Interface for Crunch
In order to facilitate analysis of datasets hosted on the Crunch data platform ...
Download / Learn more Package Citations See dependency  
golem  
A Framework for Robust Shiny Applications
An opinionated framework for building a production-ready 'Shiny' application. This package contains ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
phers  
Calculate Phenotype Risk Scores
Use phenotype risk scores based on linked clinical and genetic data to study Mendelian disease and ...
Download / Learn more Package Citations See dependency  
AMPLE  
Shiny Apps to Support Capacity Building on Harvest Control Rules
Three Shiny apps are provided that introduce Harvest Control Rules (HCR) for fisheries management. ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

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