Can't load simr package

Hi,

I'm trying to get the package simr running. I installed lmer4 and car and simr. When I try to load simr I get the error:

package or namespace load failed for ‘simr’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package named ‘stringi’

I have a Mac using macOS Catalina.

You are missing one more package dependency, you have to install it first.

install.packages("stringi")

Can you post the complete message you get? We need more information to help you.

This topic was automatically closed 21 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.