无法在R中安装XML包 [英] Cannot install XML package in r

查看:696
本文介绍了无法在R中安装XML包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在r中安装"XML"软件包,但发生错误.
请告诉我怎么了.

I'm trying to install "XML" package in r, but an error occurs.
Please tell me what's wrong.

OS:OS X 10.11.6
R版本:3.3.2
执行"install.packages("XML")时的错误消息如下.

OS: OS X 10.11.6
R version: 3.3.2
The error message when executing "install.packages("XML") is the following.

* installing *source* package ‘XML’ ...
** package ‘XML’ successfully unpacked and MD5 sums checked
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
checking for sed... /usr/bin/sed
checking for pkg-config... /usr/local/bin/pkg-config
checking for xml2-config... /usr/bin/xml2-config
USE_XML2 = yes
SED_EXTENDED_ARG: -E
Minor 9, Patch 2 for 2.9.2
Located parser file -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2/parser.h
Checking for 1.8:  -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2
Using libxml2.*
checking for gzopen in -lz... yes
checking for xmlParseFile in -lxml2... no
checking for xmlParseFile in -lxml... no
configure: error: "libxml not found"
ERROR: configuration failed for package ‘XML’

然后我设置LIBXML_INCDIR =/usr/local/Cellar/libxml2/2.9.4,然后再次尝试.
然后发生另一个错误.

And I set LIBXML_INCDIR=/usr/local/Cellar/libxml2/2.9.4, and tried again.
Then another error occurs.

* installing *source* package ‘XML’ ...
** package ‘XML’ successfully unpacked and MD5 sums checked
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
checking for sed... /usr/bin/sed
checking for pkg-config... /usr/local/bin/pkg-config
Checking directory of LIBXML_INCDIR
You specified LIBXML_INCDIR, but we couldn't find parser.h
Please specify it correctly and re-run the INSTALL'ation.
ERROR: configuration failed for package ‘XML’

还尝试使用LIBXML_INCDIR =/usr/local/Cellar/libxml2/2.9.4/include
结果与上面相同.

Also tried with LIBXML_INCDIR=/usr/local/Cellar/libxml2/2.9.4/include
The result was same as above.

致谢

推荐答案

这在Mac OS X 10.11中对我有用:

This worked for me in Mac OS X 10.11:

在终端机中:

type xml2-config
xml2-config is /opt/local/bin/xml2-config

在R中:

Sys.setenv(XML_CONFIG="/opt/local/bin/xml2-config")

这篇关于无法在R中安装XML包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆