Rstan Versions Save

RStan, the R interface to Stan

v2.8.0

8 years ago

Sat Sep 19 2015 (2.8.0)

  1. Bug fixes
  • lots, many of which were reported on stan-users or the rstan GitHub repository
    1. Changes
  • informational messages are consolidated now
  • progress is put into the Viewer on RStudio for Windows only
  • open_progress = TRUE no longer hardcodes particular webbrowsers
  • extract_sparse_parts() function facilitates using sparse matrix multiplication by a vector
  • switch to ggplot2-based plots of stanfit objects
  • added a log argument to pairs.stanfit()

v2.6.0

9 years ago

RStan 2.6.0 (including Stan 2.6.0)

See RStan getting started for the details about installation.

v2.5.0

9 years ago

RStan 2.5.0 (including Stan 2.5.0)

See RStan getting started for the details about installation.

v2.4.0

9 years ago

RStan 2.4.0 (including Stan 2.4.0)

See RStan getting started for the details about installation.

v2.3.0

9 years ago

RStan 2.3.0 (including Stan 2.3.0)

See RStan getting started for the details about installation.

v2.2.0

10 years ago

RStan 2.2.0 (including Stan 2.2.0)

See RStan getting started for the details about installation.

v2.1.1

10 years ago

Fix the error (index out of bounds) with Rcpp 0.11

RStan 2.1.1 (including Stan 2.1.0)

See RStan getting started for the details about installation.

v2.1.0

10 years ago

RStan 2.1.0 (including Stan 2.1.0)

See RStan getting started for the details about installation.

v2.0.1

10 years ago

RStan 2.0.1 (including Stan 2.0.1)

See RStan getting started for the details about installation.

v2.0.0

10 years ago

RStan 2.0.0 (including Stan 2.0.0)

  • Installing this release requires package devtools, which can be installed from CRAN
library(devtools)
install_url('https://github.com/stan-dev/rstan/releases/download/v2.0.0/rstan_2.0.0.tar.gz')

You need to first uninstall any existing versions of RStan, then restart R, then install the new version of RStan, then restart R again.