Problems with rstan on Mac?

When testing Rstan  on Mac, you might experience runtime errors.

Per August Jarval Moen, found that  it could be caused by communication errors in the paralelliztion. 

try:

 parallel:::setDefaultClusterOptions(setup_strategy = "sequential")

 

as a work around.

Published May 19, 2020 9:12 PM - Last modified May 19, 2020 9:12 PM