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]
First Published: 2015-02-10
Latest Update: 2024-03-01
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 29 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for StanHeaders1000120014001600180020002200240026002800300032003400TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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