I had the same issue. I tried the check_model() demo namely: m <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars) check_model(m)
and that broke too. My document failed to render to a hthml page. I am working with Quarto (version 1.637) run in RStudio (Version 2024.12.0+467).