stan-dev / rstan

RStan, the R interface to Stan
https://mc-stan.org
1.04k stars 269 forks source link

rstan::stan_version() returns 2.18.1 for rstan package 2.19.1 #656

Open ssp3nc3r opened 5 years ago

ssp3nc3r commented 5 years ago

I've installed the development version of rstan.

rstan::stan_version() returns 2.18.1 for rstan package 2.19.1

mcol commented 5 years ago

This doesn't happen with the released package now on CRAN:

> rstan::stan_version()
[1] "2.19.1"
dalewsteele commented 5 years ago

For CRAN version 2.19.2, reports 2.19.1

library(rstan) Loading required package: StanHeaders Loading required package: ggplot2 rstan (Version 2.19.2, GitRev: 2e1f913d3ca3)

stan_version() [1] "2.19.1"