Skip to content

Tools for Developing R Packages Interfacing with Stan

License

Notifications You must be signed in to change notification settings

bart1/rstantools

This branch is 309 commits behind stan-dev/rstantools:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

612d8bf · Dec 13, 2018
Dec 13, 2018
Apr 10, 2018
Dec 5, 2018
Aug 20, 2018
Apr 29, 2018
Apr 10, 2018
Apr 10, 2018
Apr 10, 2018
Aug 20, 2018
Oct 31, 2016
Dec 5, 2018
Aug 16, 2018
Apr 10, 2018
Mar 17, 2017

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%