Re: [R] lmerTest Issues

2017-12-08 Thread Jeff Newmiller
Have you read the error and installed package "purrr"? On Windows at least, previously-installed packages can get removed if you attempt to update them while you have another instance of R open at that time using said packages. Best to close all your instances of R before updating, but you can d

[R] lmerTest Issues

2017-12-08 Thread Andrew Harmon
Hello all, Everything was working very well. Now when I try to load lmerTest using: library("lmerTest"), I get this error: Error: package or namespace load failed for ‘lmerTest’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘purrr’