milanwiedemann / lcsm

An R package for latent change score modelling (LCSM)
https://milanwiedemann.github.io/lcsm/
Other
17 stars 3 forks source link

extract_fit() results in error #11

Closed yrosseel closed 3 years ago

yrosseel commented 3 years ago

This came up during rev dep checks of lavaan: the example for 'extract_fit' results in the error:

Error in lavInspect(x, "converged") : 
  could not find function "lavInspect"

This is also shown on CRAN checks: https://cran.r-project.org/web/checks/check_results_lcsm.html

This is probably due to recent changes in broom.

Yves.

yrosseel commented 3 years ago

I see now that you have already requested a pull request in tidymodels/broom to fix this. Thanks!

milanwiedemann commented 3 years ago

thanks! cran had also notified me about the error and broom merged my pull request so all working again 👍