启动RStudio时出现了以下错误(在Windows7中,RVersion3.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.发布于 2017-06-02 16:32:31
为了找出问题的原因,我花了很大的努力,直到最后我在这里找到了类似的帖子:GGobi in rattle in R is not initializing和它起了作用。
解决方案非常简单,只需运行一个命令(直接从RStudio):install.packages("rggobi") (或来自Tools->Install菜单)。-它修好了!
https://stackoverflow.com/questions/44333484
复制相似问题