rstan icon indicating copy to clipboard operation
rstan copied to clipboard

RStan, the R interface to Stan

Results 158 rstan issues
Sort by recently updated
recently updated
newest added

#### Summary: I have been attempting to install rstan on macOS Ventura 13.4 with arm64 architecture, following the guide provided in the official rstan GitHub repository (https://github.com/stan-dev/rstan/wiki/Installing-RStan-from-Source#mac). My system has...

I'm trying to install `rstan` to go through Statistical Rethinking, and when I try to verify the installation with `example(stan_model, package = "rstan", run.dontrun = TRUE)`, I get "R encountered...

#### Summary: I cannot connect to Stan from R, and therefore I cannot use the packages `rstan` or `brms`, for instance. The message error is always: ``` Error in compileCode(f,...

#### Summary: I have an error from compiling stan. #### Description: I made a Docker image of Rstudio with Rstan packages and dependencies. I used a When I run my...

I am seeing issues on different pc's, operating systems, and software packages, ranging from complete freezing to weird errors compiling to rstudio sessions crashing, using R 4.2 / 4.3 ....

#### Summary: Rstan throws the error ```Error in if (any(efbmi_per_chain < threshold)) { : missing value where TRUE/FALSE needed```, which apparently, should not be the case ([ref)](https://discourse.mc-stan.org/t/error-when-running-mcmc-with-rstan/28271). #### Description: It...

#### Description: I wrote a code generator that writes a Stan code for a family of increasingly complex multinomial models. Due to the explicit request of my employer, I am...

#### Summary: rstan fails to load due to ggplot, unused argument (linewidth = 1) #### Description: The error ``` Error: package or namespace load failed for ‘rstan’: .onLoad failed in...

#### Summary: Using `#` instead of `\\` to begin a comment in RStan 2.26 resulted in fatal mysterious `parser failed badly` error. #### Description: I encountered this error in RStan...

I'm consolidating the tables/issues from #1034 and #1046, since they're spread across multiple comments and somewhat buried. Note that these tables/failures should be considered cumulative - any patches needed for...