Re: [R] Run time error with afex package

2019-04-14 Thread Sarah Goslee
Presumably you mean R versions by the 3.whatevers. The current version of afex no longer requires stringi, but earlier versions did. The best course is to update afex, but you could also just install the stringi, as the error message you're getting suggests. Sarah On Sun, Apr 14, 2019 at 1:14 PM

[R] Run time error with afex package

2019-04-14 Thread Ricard, Mark D
Dear R Users: When I attempt the run the package afex I get the following error: require(afex) Loading required package: afex Error: package or namespace load failed for 'afex' in library.dynam(lib, package, package.lib): DLL 'stringi' not found: maybe not installed for this architecture? I hav