github stan-dev/cmdstanr v0.1.0
cmdstanr v0.1.0 (beta release)

latest releases: v0.7.1, v0.7.0, v0.6.1...
3 years ago

Overview

CmdStanR is a lightweight interface to Stan for R users (see CmdStanPy for Python).

We recommend starting with these vignettes:

Goals

  • A clean interface to Stan services so that CmdStanR can keep up with Stan
    releases.

  • R code that doesn't interface directly with C++, only calls compiled executables.

  • Modularity: CmdStanR runs Stan's algorithms and lets downstream modules do the
    analysis.

  • Flexible BSD-3 license.

Installation

You can install the beta release of the cmdstanr R package with

install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))

or you can install the latest development version from GitHub:

# install.packages("devtools")
devtools::install_github("stan-dev/cmdstanr")

Don't miss a new cmdstanr release

NewReleases is sending notifications on new releases.