简体   繁体   English

Rterm错误:缺少libxml2-2

[英]Rterm error: libxml2-2 is missing

I got the following error when I started RStudio (In Windows 7, R version 3.4.0, RStudio version 1.0.143): 当我启动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.

It took an effort to find out what was causing the problem, until eventually I run onto similar post here: GGobi in rattle in R is not initializing and it helped. 我花了很大的力气找出导致问题的原因,直到最后我在这里发布了类似的帖子: R中的GGobi没有初始化并且它有所帮助。

The solution was as easy as just running a single command (right from RStudio): install.packages("rggobi") (Or from Tools->Install Packages menu). 解决方案就像运行单个命令一样简单(直接来自RStudio): install.packages("rggobi") (或者从Tools-> Install Packages菜单)。 - And it fixed it ! - 它修好了!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM