swirldev / swirl

:cyclone: Learn R, in R.
http://swirlstats.com
Other
1.14k stars 601 forks source link

Nonzero exit status when installing swirl on Windows #755

Open Sinead-D opened 5 years ago

Sinead-D commented 5 years ago

Please help. I have been trying to install swirl on my version 3.2.3 R and I have fixed my previous errors but now this error is appearing. .... preparing package for lazy loading Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : namespace 'stringi' 1.1.5 is being loaded, but >= 1.1.7 is required ERROR: lazy loading failed for package 'stringr'

elinw commented 5 years ago

The error message says you have an older version of stringi.

"'stringi' 1.1.5 is being loaded, but >= 1.1.7 is required"
Did you try updating that?