我是Linux和R的新手。
我在Ubuntu 11.04中安装了R 2.12。今天,我尝试安装新的软件包,所以我运行了以下命令:
install.packages('XML')
但是安装失败,并提供以下信息:
* installing *source* package ‘XML’ ...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
No ability to remove finalizers on externalptr objects in this verison of R
checking for sed... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking for xml2-config... no
Cannot find xml2-config
ERROR: configuration failed for package ‘XML’
* removing ‘/home/spirit/R/i686-pc-linux-gnu-library/2.12/XML’
The downloaded packages are in
‘/tmp/RtmpoZYxnv/downloaded_packages’
Warning message:
In install.packages("XML") :
installation of package 'XML' had non-zero exit status
我也尝试过:
sudo install.packages('XML')
但是它给出了相同的错误信息。
有人可以给我任何建议吗?
这个问题(再次)在Ubuntu 14.04中帮了我
—
大忙
我不知道这个问题是否存在题外话,但是下面的答案也解决了我的Ubuntu Trusty Tahr问题。
—
msoftrain 2015年
是否应该将其移至AskUbuntu堆栈?这是与使用R或RStudio有关的一个问题(尽管可能会与其他软件一起发生?),这是由于Ubuntu中缺少必需的软件包所致。根据我在右侧看到的“相关”列表,这似乎是一个很常见的问题。可以正确地问为什么Ubuntu缺少这些软件包?
—
瑞克·亨德森
xml2-config
?