You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think so. Stan changing the RNG is probably going to cause a lot of unit test failures in packages that test whether the average of a finite number of MCMC draws is within tolerance of an arbitrary number, but we will just have to open a bunch of PRs about that.
In addition, it seems that Stan-related packages sometimes but not always have build problems under clang++ when configured to use the C23 standard in addition to the C++17 standard. I don't really know why that is happening yet, but we are going to have to figure it out.
For the 2.32 -> 2.36+ transition, we need to account for the changes in Stan's rng otherwise CRAN
rstan
won't build against the nextStanHeaders
:We could workaround this with some very minor changes: diff against CRAN
rstan
@bgoodri @hsbadr do those seem reasonable to add as an update to CRAN?
The text was updated successfully, but these errors were encountered: