bbolker / broom.mixed

tidy methods for mixed models in R
227 stars 23 forks source link

Error calling library #128

Closed fcorowe closed 1 year ago

fcorowe commented 1 year ago

Hi,

All seems to work fine when I install broom.mixed, but R returns the error below when I run library(broom.mixed). It means I can't use broom.mixed.

Error: package or namespace load failed for ‘broom.mixed’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘globals’

Any ideas how I can resolve this issue?

I can see the broom.mixed folder in the library folder in my machine.

Thanks

bbolker commented 1 year ago

What happens if you install.packages("globals") first? (All required dependencies ought to have been installed automatically when you installed the package, but Stuff Happens sometimes ...)

bbolker commented 1 year ago

Closed unless/until there is more to work with. (Happy to re-open.)

fcorowe commented 1 year ago

@bbolker - sorry for the lateness in replying. I have been away from the machine I was using for this. My mistake. You were right. Silly mistake.