rstan
rstan copied to clipboard
RStan, the R interface to Stan
#### Summary: My R session immediately hard crashes after running `library(rstan)`. #### Description: I have just installed rstan, but my R session hard crashes when I load it. I've tried...
When the development version of ggplot2 installed, loading the development version of rstan gives: ``` library(rstan) ... Warning message: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0....
Opening this issue to track the status of downstream packages. All dependencies have now had PRs submitted or the maintainers notified. ### Status - Patches not yet merged: 23 -...
#### Summary: Sparse matrix arithmetic using `csr_matrix_times_vector()` seems to trigger sanitizer "misaligned address" errors. #### Description: My package multinma that fits models using rstan has been flagged as failing [additional...
#### Summary: Compilation fails with **rstan** 2.32.5 and **StanHeaders** 2.32.5 under R 4.3.x if the model code contains an expression of the form `max(max(int, int), int)`, i.e. nested calls to...
#### Summary: In `rstan:::throw_sampler_warnings()` and on the help page for `rstan::Rhat()`, the threshold of 1.05 is used/recommended for checking the "new" R-hat, whereas 1.01 is the threshold recommended at other...
#### Summary: `rstan::expose_stan_functions()` yields an error during compilation when the stan function uses an external C++ function in its definition. #### Description: - The vignette `vignette("external", "rstan")` describes how to...
Hi All, I'm new to rstan. I just installed rstan by: install.packages("rstan", repos = c("https://mc-stan.org/r-packages/", getOption("repos"))) Once it was installed, I loaded libraries StanHeaders and rstan library(StanHeaders) library(rstan) Then I...
See https://discourse.mc-stan.org/t/cmdstan-stan-2-33-release-candidate/32531. This one actually removes the old array syntax, not just a deprecation warning. @bgoodri @andrjohns @hsbadr Is RStan with new array syntax ready to be submitted to CRAN?
#### Summary: This report is about stanheaders. Actually the issue occures on the Debian packaged source that is available at [CRAN](https://cran.r-project.org/package=StanHeaders). It is using a header file that was available...