easystats / bayestestR

:ghost: Utilities for analyzing Bayesian models and posterior distributions
https://easystats.github.io/bayestestR/
GNU General Public License v3.0
563 stars 55 forks source link

`p_rope()` errors for brms-models #676

Closed strengejacke closed 2 weeks ago

strengejacke commented 2 weeks ago
m2 <- insight::download_model("brms_1")
bayestestR::p_rope(m2)
#> Error in rope.brmsfit(x, range = range, ci = 1, effects = effects, component = component, : promise already under evaluation: recursive default argument reference or earlier problems?

Created on 2024-09-16 with reprex v2.1.1