Skip to content

stan-dev/rstantools

This branch is 49 commits ahead of, 21 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c654047 · Jan 31, 2024
Jan 16, 2024
Jan 19, 2024
Jan 31, 2024
Sep 1, 2023
Mar 9, 2023
Jan 19, 2024
Jan 31, 2024
Sep 15, 2019
Jan 31, 2024
Jan 19, 2024
Jan 22, 2024
Mar 10, 2023
Oct 26, 2018
Jan 31, 2024
Jan 31, 2024
Mar 30, 2023
Jan 22, 2024
Oct 31, 2016
Jan 31, 2024
Aug 8, 2017
Jan 19, 2024
Jan 22, 2024
Jul 29, 2023
Jan 31, 2024
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019
Jan 31, 2024
Jun 1, 2020
Jun 1, 2020
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019
Sep 15, 2019
Jan 31, 2024
Jun 17, 2017
Jun 17, 2017
Aug 3, 2017
Mar 10, 2023
Mar 10, 2023
Mar 10, 2023
Jan 31, 2024
Mar 17, 2017
Jan 31, 2024

Repository files navigation

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.