Skip to content

Tools for Developing R Packages Interfacing with Stan

License

Notifications You must be signed in to change notification settings

ndunnewind/rstantools

 
 

Repository files navigation

rstantools

CRAN_Status_Badge Downloads Travis-CI Build Status

Overview

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

Resources

Installation

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

This installation from GitHub will not build the vignettes, but we recommend viewing the them online at mc-stan.org/rstantools/articles.

About

Tools for Developing R Packages Interfacing with Stan

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 75.9%
  • C++ 23.1%
  • Other 1.0%