insightsengineering / rbmi

Reference based multiple imputation R package
https://insightsengineering.github.io/rbmi/
Other
17 stars 6 forks source link

rbmi loads very slowly #442

Closed gowerc closed 1 month ago

gowerc commented 1 month ago

It currently takes 3-4 seconds for rbmi to load while other packages are near instant. I thought this was due to it having to load stan models into memory but even after moving stan to suggests and lazy loading the model this delay persists. Would be good to investigate what is causing this and fix if possible.

gowerc commented 1 month ago

I have no idea what I've changed but this seems to be running fine now ... maybe it was a weird transient interaction with my IDE setup... who knows.