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.7")



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-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.7, https://cran.r-project.org/web/packages/StanHeaders
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)
Other packages that cited StanHeaders R package
View StanHeaders citation profile
Other R packages that StanHeaders depends, imports, suggests or enhances
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
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  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns