rvest read_html导致某些链接的核心转储

rvest read_html导致某些链接的核心转储,r,rvest,R,Rvest,请参阅下面的代码。对于某些链接,这会导致R进行核心转储。 我刚刚加入了一个示例链接,这可能有助于调试 操作系统是Ubuntu 16.04.4 LTS(GNU/Linux 4.4.0-75-generic x86_64) >R R版本3.3.3(2017-03-06)-“另一艘独木舟” 版权所有(C)2017统计计算基础 平台:x86_64-pc-linux-gnu(64位) R是免费软件,绝对没有保修。 在某些条件下,欢迎您重新分发。 键入“license()”或“license()”以获取分发

请参阅下面的代码。对于某些链接,这会导致R进行核心转储。 我刚刚加入了一个示例链接,这可能有助于调试

操作系统是Ubuntu 16.04.4 LTS(GNU/Linux 4.4.0-75-generic x86_64)

>R
R版本3.3.3(2017-03-06)-“另一艘独木舟”
版权所有(C)2017统计计算基础
平台:x86_64-pc-linux-gnu(64位)
R是免费软件,绝对没有保修。
在某些条件下,欢迎您重新分发。
键入“license()”或“license()”以获取分发详细信息。
自然语言支持,但在英语环境中运行
R是一个有许多贡献者的协作项目。
键入“contributors()”以获取详细信息和
“引文()”介绍如何在出版物中引用R或R软件包。
对于某些演示,键入“demo()”;对于联机帮助,键入“help()”;或者
“help.start()”用于HTML浏览器界面的帮助。
键入“q()”退出R。
>包装版本(“rvest”)
[1] ‘0.3.2’
>链接库(rvest)
正在加载所需的包:xml2
>结果xml2年龄较大

packageVersion(“xml2”) [1] ‘1.1.1’
当我更新到1.2.0版时,这个错误消失了,这是用reprex在rvest github上添加的
>R

R version 3.3.3 (2017-03-06) -- "Another Canoe"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> packageVersion("rvest")
[1] ‘0.3.2’
> link <- 'https://www.xerox.com/en-us/digital-printing/custom-print-production'
> library(rvest)
Loading required package: xml2
> result <- read_html(link)
*** %n in writable segment detected ***
Aborted (core dumped)