easystats / bayestestR

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

Handle breaking changes from `{insight}` #591

Closed IndrajeetPatil closed 1 year ago

IndrajeetPatil commented 1 year ago

There are many instances of the following code:

insight::get_response(x, source = "mf")

But this function no longer has source parameter: https://easystats.github.io/insight/reference/get_response.html

Therefore, a number of tests are failing that refer to this function.

strengejacke commented 1 year ago

No, it's the other way round. This argument was added just recently to deal with cases where the new get_data(), which recovers from environment by default and which caused issues here, in particular for rope_range().

IndrajeetPatil commented 1 year ago

Ah, okay. Sorry, I was looking at the CRAN version of insight.