Rstan not compiling with latest brms with no error message

I am trying to run a brms model in r using rstan that used to compile with no problem. I recently updated to the new R and brms but the code stops running after a few seconds with no error and simply returns to the prompt.

Any ideas?

My computer specs are:
Operating System: Windows 10
R version 4.0.2
Rstudio version 1.3.959
brms version 2.13.3

That’s strange there’s no error or anything. This will probably be simpler to figure out with an rstan example that doesn’t use brms. What happens if you try the code below?

library(rstan)
example(stan_model, run.dontrun=TRUE, verbose=TRUE)
1 Like