Skip to content

Tools for Developing R Packages Interfacing with Stan

License

Notifications You must be signed in to change notification settings

bart1/rstantools

 
 

Repository files navigation

Stan Logo

rstantools

Travis-CI Build Status codecov CRAN_Status_Badge

The rstantools package provides tools for developing R packages interfacing with Stan. The package vignettes provides guidelines and recommendations for developers as well as a demonstration of creating a working package with a pre-compiled Stan program.

Resources

Installation

  • Install from CRAN:
install.packages("rstantools")
  • Install latest development version from GitHub (requires devtools package):
if (!require("devtools")) {
  install.packages("devtools")
}
  
devtools::install_github("stan-dev/rstantools", build_vignettes = TRUE)

About

Tools for Developing R Packages Interfacing with Stan

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.7%
  • Stan 0.3%