stan-dev / rstantools

Tools for Developing R Packages Interfacing with Stan

Home Page:https://mc-stan.org/rstantools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rstantools

CRAN_Status_Badge RStudio_CRAN_mirror_downloads_badge R-CMD-check

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:
# install.packages("remotes")
remotes::install_github("stan-dev/rstantools")

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

About

Tools for Developing R Packages Interfacing with Stan

https://mc-stan.org/rstantools

License:GNU General Public License v3.0


Languages

Language:R 77.4%Language:C++ 21.7%Language:Stan 0.9%Language:Shell 0.1%