CRAN Package Check Results for Package rvest

Last updated on 2020-08-07 01:49:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.6 3.18 33.81 36.99 OK
r-devel-linux-x86_64-debian-gcc 0.3.6 2.62 26.54 29.16 OK
r-devel-linux-x86_64-fedora-clang 0.3.6 51.66 OK
r-devel-linux-x86_64-fedora-gcc 0.3.6 43.24 OK
r-devel-windows-ix86+x86_64 0.3.6 9.00 59.00 68.00 OK
r-patched-linux-x86_64 0.3.6 3.16 34.02 37.18 OK
r-patched-solaris-x86 0.3.6 67.30 OK
r-release-linux-x86_64 0.3.6 3.37 33.61 36.98 OK
r-release-macos-x86_64 0.3.6 OK
r-release-windows-ix86+x86_64 0.3.6 9.00 77.00 86.00 ERROR
r-oldrel-macos-x86_64 0.3.6 OK
r-oldrel-windows-ix86+x86_64 0.3.6 5.00 78.00 83.00 OK

Check Details

Version: 0.3.6
Check: examples
Result: ERROR
    Running examples in 'rvest-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: html_nodes
    > ### Title: Select nodes from an HTML document
    > ### Aliases: html_nodes html_node
    >
    > ### ** Examples
    >
    > # CSS selectors ----------------------------------------------
    > url <- paste0(
    + "https://web.archive.org/web/20190202054736/",
    + "https://www.boxofficemojo.com/movies/?id=ateam.htm"
    + )
    > ateam <- read_html(url)
    Error in open.connection(x, "rb") : Empty reply from server
    Calls: read_html -> read_html.default
    Execution halted
Flavor: r-release-windows-ix86+x86_64