1

启动 RStudio 时出现以下错误(在 Windows 7,R 版本 3.4.0,RStudio 版本 1.0.143):

 The program cant start because libxml2-2.dll is missing from your computer.
 Try reinstalling the program to fix the problem.
4

1 回答 1

0

努力找出导致问题的原因,直到最终我在这里遇到类似的帖子:R中的嘎嘎声中的GGobi没有初始化,它有帮助。

该解决方案就像运行一个命令一样简单(直接来自 RStudio):(install.packages("rggobi")或来自工具->安装包菜单)。- 它修复了它!

于 2017-06-02T16:32:31.157 回答