Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ggplot : unable to load shared object '/home/user/R/x86_64-pc-linux-gnu-library/3.3/stringi/libs/stringi.so':

Tags:

linux

r

ggplot2

I'm trying to get some plotting done but unfortunately it yields this error along with a blank window :

ggplot(dt, aes(B, C),) + geom_point() + facet_grid(. ~ A)

Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/user/R/x86_64-pc-linux-gnu-library/3.3/stringi/libs/stringi.so': libicui18n.so.57: cannot open shared object file: No such file or directory

Do you know how to fix it ?

like image 345
ChiseledAbs Avatar asked Dec 12 '25 14:12

ChiseledAbs


1 Answers

[re]install the stringi package – hrbrmstr

like image 192
Armali Avatar answered Dec 15 '25 03:12

Armali



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!