R session aborts when using the 'control' argument

I can confirm this on my laptop with OS X. However, I usually don’t run rstan anymore but use cmdstan instead:

m0 <- cmdstan_model("~/Downloads/simple-model.stan")
res <- m0$sample(dat_list, adapt_delta=0.95)

works great.

2 Likes