ggplot : unable to load shared object '/home/u

2019-07-13 17:24发布

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 ?

标签: r linux ggplot2
1条回答
混吃等死
2楼-- · 2019-07-13 18:05

[re]install the stringi package – hrbrmstr

查看更多
登录 后发表回答