Cannot install ggplot2: “Error in library.dynam(lib, package, package.lib) : shared object ‘stringi.so’ not found”

前端 未结 3 2196
既然无缘
既然无缘 2021-01-04 09:54

Last week I upgraded from Ubuntu 14.04 to 14.10. The first time I\'ve tried to use ggplot in RStudio since the update, I\'m getting dependancy errors with my ggplot package

3条回答
  •  梦谈多话
    2021-01-04 10:08

    In my case I solved the problem through installing stringi and ggplot2 from the terminal of linux. The problem has some relation with RStudio.

提交回复
热议问题