kana Asked: 2018-07-18 19:12:31 +0800 CST2018-07-18 19:12:31 +0800 CST 2018-07-18 19:12:31 +0800 CST 安装 ggraph 时出现错误“未找到 libbudunits2.a”,附加错误:“namespace:ggplot2”未导出对象“scale_type” 772 我 在 Rstudio 中 'libudunits2.a not found'通过. 我试图在网上找到解决方案,但似乎很多人都遇到了同样的问题。我怀疑这在其他版本的 Ubuntu 中是相似的。Error : object ‘scale_type’ is not exported by 'namespace:ggplot2'install.packages("ggraph") r apt libraries 17.10 rstudio 1 个回答 Voted Best Answer kana 2018-07-18T19:12:31+08:002018-07-18T19:12:31+08:00 'libudunits2.a not found' 我通过在命令行安装 libudunits2解决了第一个错误: sudo apt-get install libudunits2-dev 当我返回 Rstudio 时,我接下来遇到了一个新错误: Error : object ‘scale_type’ is not exported by 'namespace:ggplot2' 我在github上看到了一篇对我有用的旧帖子。在 Rstudio 中安装: devtools::install_github(c("hadley/ggplot2", "GuangchuangYu/ggtree")) 使用以下命令在 Rstudio 中安装 ggraph: install.packages("ggraph")
'libudunits2.a not found'
我通过在命令行安装 libudunits2解决了第一个错误:当我返回 Rstudio 时,我接下来遇到了一个新错误:
Error : object ‘scale_type’ is not exported by 'namespace:ggplot2'
我在github上看到了一篇对我有用的旧帖子。在 Rstudio 中安装:
使用以下命令在 Rstudio 中安装 ggraph: