相关疑难解决方法(0)

由于XML依赖性不匹配,无法安装R包

我在命令行中启动了R并键入以下内容:

install.packages("XML")
Run Code Online (Sandbox Code Playgroud)

选择镜像站点后,我看到以下输出:

trying URL 'https://cloud.r-project.org/src/contrib/XML_3.98-1.4.tar.gz'
Content type 'application/x-gzip' length 1599214 bytes (1.5 MB)
==================================================
downloaded 1.5 MB

* 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 …
Run Code Online (Sandbox Code Playgroud)

python xml r

8
推荐指数
3
解决办法
4025
查看次数

标签 统计

python ×1

r ×1

xml ×1