在R语言中安装igraph时出现了错误:
ERROR: dependency ‘plyr’ is not available for package ‘scales’
类似错误的解决方案:
sudo apt-get install r-cran-plyr
sudo apt-get install r-cran-reshape2
本文解决了在R语言中安装igraph包时遇到的依赖缺失问题,提供了使用sudo apt-get install命令来安装缺失依赖的具体步骤。
在R语言中安装igraph时出现了错误:
ERROR: dependency ‘plyr’ is not available for package ‘scales’
类似错误的解决方案:
sudo apt-get install r-cran-plyr
sudo apt-get install r-cran-reshape2
2264
6843
8837
1137

被折叠的 条评论
为什么被折叠?