Skip to content

Releases: stan-dev/rstan

v2.8.0

28 Sep 22:09
Compare
Choose a tag to compare

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

06 Feb 21:38
Compare
Choose a tag to compare

RStan 2.6.0 (including Stan 2.6.0)

See RStan getting started for the details about installation.

V2.5.0

22 Oct 14:25
Compare
Choose a tag to compare

RStan 2.5.0 (including Stan 2.5.0)

See RStan getting started for the details about installation.

V2.4.0

21 Jul 17:27
Compare
Choose a tag to compare

RStan 2.4.0 (including Stan 2.4.0)

See RStan getting started for the details about installation.

V2.3.0

23 Jun 20:25
Compare
Choose a tag to compare

RStan 2.3.0 (including Stan 2.3.0)

See RStan getting started for the details about installation.

V2.2.0

14 Feb 23:09
Compare
Choose a tag to compare

RStan 2.2.0 (including Stan 2.2.0)

See RStan getting started for the details about installation.

hotfix 2.1.1 release

09 Feb 21:03
Compare
Choose a tag to compare

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

28 Dec 03:05
Compare
Choose a tag to compare

RStan 2.1.0 (including Stan 2.1.0)

See RStan getting started for the details about installation.

v2.0.1

25 Oct 23:27
Compare
Choose a tag to compare

RStan 2.0.1 (including Stan 2.0.1)

See RStan getting started for the details about installation.

v2.0.0

17 Oct 00:03
Compare
Choose a tag to compare

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.