library(olsrr) - Error

Hi all,
I have a problem with loading package olsrr. I would be glad for any help. Thanks!

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

It looks like you need a package that it depends on. Try installing zip, and then loading olsrr.

install.packages("zip")

Perfect! Thank you :smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.