swirldev / swirl

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

Error: package or namespace load failed for ‘swirl’ #691

Open pbajpai2 opened 6 years ago

pbajpai2 commented 6 years ago

I'm using version.string R version 3.4.3 (2017-11-30)

I get the following error:

> library("swirl") Error: package or namespace load failed for ‘swirl’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘stringi’ In addition: Warning message: package ‘swirl’ was built under R version 3.4.4

hateeque commented 6 years ago

any joy here?

Dreadnought88111 commented 6 years ago

Good morning,

Looks like you have to manually install the 'stringi' package:

install.packages("stringi")