easystats / modelbased

:chart_with_upwards_trend: Estimate effects, contrasts and means based on statistical models
https://easystats.github.io/modelbased/
GNU General Public License v3.0
232 stars 19 forks source link

CRAN failures #258

Closed IndrajeetPatil closed 3 weeks ago

IndrajeetPatil commented 1 month ago

https://cloud.r-project.org/web/checks/check_results_modelbased.html

strengejacke commented 1 month ago

See https://github.com/easystats/modelbased/pull/257 :-)

DominiqueMakowski commented 1 month ago

Ripley:

Please see the problems shown on https://cran.r-project.org/web/checks/check_results_modelbased.html.

We have had to exclude this from the Fedora checks as it had to be killed (twice) when using over 50GB of VM and causing the machine to swap. This only happened on the update to some other package (insight?)

The CRAN policy calls that 'anti-social'.


And from the M1mac additional issue

as well as incorrect results.

IndrajeetPatil commented 1 month ago

it had to be killed (twice) when using over 50GB of VM and causing the machine to swap

Wow. What test or example is making such a huge memory impact? Can we reproduce this on GHA?

strengejacke commented 1 month ago

I can't think of any changes in insight that could have such an impact?

IndrajeetPatil commented 1 month ago

My guess is that this might be coming from some modeling package we are using in example. Either that or we have some recursive function misbehaving.