CmdStanR v0.7.1 released

This is a small bugfix release for compatibility with the upcoming CmdStan 2.34 release, which resolves an error after compiling Stan models.

Installation

# Install from the Stan R package repository 
# We recommend doing this in a fresh R session
install.packages(
  "cmdstanr", 
  repos = c("https://mc-stan.org/r-packages/", getOption("repos"))
)
6 Likes