The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

CRAN Package Check Results for Package rvest

Last updated on 2026-04-15 11:56:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5 5.32 72.06 77.38 OK
r-devel-linux-x86_64-debian-gcc 1.0.5 4.03 54.05 58.08 OK
r-devel-linux-x86_64-fedora-clang 1.0.5 9.00 107.57 116.57 OK
r-devel-linux-x86_64-fedora-gcc 1.0.5 10.00 115.11 125.11 OK
r-devel-macos-arm64 1.0.5 2.00 28.00 30.00 OK
r-devel-windows-x86_64 1.0.5 9.00 87.00 96.00 ERROR
r-patched-linux-x86_64 1.0.5 6.31 66.38 72.69 OK
r-release-linux-x86_64 1.0.5 5.67 63.99 69.66 OK
r-release-macos-arm64 1.0.5 OK
r-release-macos-x86_64 1.0.5 4.00 80.00 84.00 OK
r-release-windows-x86_64 1.0.5 8.00 0.00 8.00 OK
r-oldrel-macos-arm64 1.0.5 OK
r-oldrel-macos-x86_64 1.0.5 4.00 77.00 81.00 OK
r-oldrel-windows-x86_64 1.0.5 11.00 97.00 108.00 ERROR

Check Details

Version: 1.0.5
Check: examples
Result: ERROR Running examples in 'rvest-Ex.R' failed The error most likely occurred in: > ### Name: html_name > ### Title: Get element name > ### Aliases: html_name > > ### ** Examples > > url <- "https://rvest.tidyverse.org/articles/starwars.html" > html <- read_html(url) Error in open.connection(x, "rb") : cannot open the connection Calls: read_html -> read_html.default Execution halted Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64

Version: 1.0.5
Check: tests
Result: ERROR Running 'testthat.R' [9s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(rvest) > > test_check("rvest") Starting 2 test processes. Saving _problems/test-rename-32.R Saving _problems/test-session-16.R [ FAIL 2 | WARN 1 | SKIP 43 | PASS 112 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • On CRAN (41): 'test-html.R:13:1', 'test-live.R:2:3', 'test-live.R:9:3', 'test-live.R:26:3', 'test-live.R:34:3', 'test-live.R:43:3', 'test-live.R:54:3', 'test-live.R:73:3', 'test-live.R:81:3', 'test-live.R:92:3', 'test-live.R:101:1', 'test-rename.R:1:1', 'test-rename.R:16:1', 'test-form.R:19:1', 'test-form.R:71:1', 'test-form.R:79:1', 'test-form.R:94:1', 'test-form.R:111:1', 'test-form.R:141:1', 'test-form.R:167:1', 'test-form.R:203:1', 'test-selectors.R:63:1', 'test-table.R:1:1', 'test-table.R:29:1', 'test-table.R:43:1', 'test-table.R:58:1', 'test-table.R:72:1', 'test-table.R:88:1', 'test-table.R:103:1', 'test-table.R:118:1', 'test-table.R:167:1', 'test-table.R:178:1', 'test-table.R:193:1', 'test-table.R:199:1', 'test-table.R:205:1', 'test-utils.R:6:1', 'test-session.R:1:1', 'test-session.R:21:1', 'test-session.R:42:1', 'test-session.R:49:1', 'test-session.R:71:1' • currently broken (2): 'test-encoding.R:2:3', 'test-encoding.R:14:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-rename.R:25:3'): prefixless session functions are deprecated ─── Error in `read_html.response(x$response, ..., base_url = x$url)`: Service Unavailable (HTTP 503). Backtrace: ▆ 1. └─rvest::follow_link(s, i = 1) 2. └─rvest::session_follow_link(x, ...) 3. └─rvest:::find_href(x, i = i, css = css, xpath = xpath) 4. ├─rvest::html_elements(x, "a") 5. └─rvest:::html_elements.rvest_session(x, "a") 6. ├─rvest::html_elements(read_html(x), css, xpath) 7. ├─xml2::read_html(x) 8. └─rvest:::read_html.rvest_session(x) 9. ├─rvest:::env_cache(...) 10. │ └─rlang::env_poke(env, nm, value) 11. ├─xml2::read_html(x$response, ..., base_url = x$url) 12. └─xml2:::read_html.response(x$response, ..., base_url = x$url) 13. └─httr::stop_for_status(x) ── Error ('test-session.R:16:3'): session caches xml parsing and sets base url ── <http_503/http_500/http_error/error/condition> Error in `read_html.response(x$response, ..., base_url = x$url)`: Service Unavailable (HTTP 503). Backtrace: ▆ 1. ├─xml2::read_html(s) at test-session.R:16:3 2. └─rvest:::read_html.rvest_session(s) 3. ├─rvest:::env_cache(...) 4. │ └─rlang::env_poke(env, nm, value) 5. ├─xml2::read_html(x$response, ..., base_url = x$url) 6. └─xml2:::read_html.response(x$response, ..., base_url = x$url) 7. └─httr::stop_for_status(x) [ FAIL 2 | WARN 1 | SKIP 43 | PASS 112 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.5
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'rvest.Rmd' using rmarkdown Quitting from rvest.Rmd:91-94 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `open.connection()`: ! cannot open the connection --- Backtrace: ▆ 1. ├─xml2::read_html("http://rvest.tidyverse.org/") 2. └─xml2:::read_html.default("http://rvest.tidyverse.org/") 3. ├─base::suppressWarnings(...) 4. │ └─base::withCallingHandlers(...) 5. ├─xml2::read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options) 6. └─xml2:::read_xml.character(...) 7. └─xml2:::read_xml.connection(...) 8. ├─base::open(x, "rb") 9. └─base::open.connection(x, "rb") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'rvest.Rmd' failed with diagnostics: cannot open the connection --- failed re-building 'rvest.Rmd' --- re-building 'starwars-dynamic.Rmd' using rmarkdown --- finished re-building 'starwars-dynamic.Rmd' --- re-building 'starwars.Rmd' using rmarkdown --- finished re-building 'starwars.Rmd' SUMMARY: processing the following file failed: 'rvest.Rmd' Error: Vignette re-building failed. Execution halted Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64

Version: 1.0.5
Check: tests
Result: ERROR Running 'testthat.R' [13s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(rvest) > > test_check("rvest") Starting 2 test processes. Saving _problems/test-rename-32.R Saving _problems/test-session-16.R [ FAIL 2 | WARN 1 | SKIP 43 | PASS 112 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • On CRAN (41): 'test-html.R:13:1', 'test-live.R:2:3', 'test-live.R:9:3', 'test-live.R:26:3', 'test-live.R:34:3', 'test-live.R:43:3', 'test-live.R:54:3', 'test-live.R:73:3', 'test-live.R:81:3', 'test-live.R:92:3', 'test-live.R:101:1', 'test-rename.R:1:1', 'test-rename.R:16:1', 'test-form.R:19:1', 'test-form.R:71:1', 'test-form.R:79:1', 'test-form.R:94:1', 'test-form.R:111:1', 'test-form.R:141:1', 'test-form.R:167:1', 'test-form.R:203:1', 'test-selectors.R:63:1', 'test-table.R:1:1', 'test-table.R:29:1', 'test-table.R:43:1', 'test-table.R:58:1', 'test-table.R:72:1', 'test-table.R:88:1', 'test-table.R:103:1', 'test-table.R:118:1', 'test-table.R:167:1', 'test-table.R:178:1', 'test-table.R:193:1', 'test-table.R:199:1', 'test-table.R:205:1', 'test-utils.R:6:1', 'test-session.R:1:1', 'test-session.R:21:1', 'test-session.R:42:1', 'test-session.R:49:1', 'test-session.R:71:1' • currently broken (2): 'test-encoding.R:2:3', 'test-encoding.R:14:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-rename.R:25:3'): prefixless session functions are deprecated ─── Error in `read_html.response(x$response, ..., base_url = x$url)`: Service Unavailable (HTTP 503). Backtrace: ▆ 1. └─rvest::follow_link(s, i = 1) 2. └─rvest::session_follow_link(x, ...) 3. └─rvest:::find_href(x, i = i, css = css, xpath = xpath) 4. ├─rvest::html_elements(x, "a") 5. └─rvest:::html_elements.rvest_session(x, "a") 6. ├─rvest::html_elements(read_html(x), css, xpath) 7. ├─xml2::read_html(x) 8. └─rvest:::read_html.rvest_session(x) 9. ├─rvest:::env_cache(...) 10. │ └─rlang::env_poke(env, nm, value) 11. ├─xml2::read_html(x$response, ..., base_url = x$url) 12. └─xml2:::read_html.response(x$response, ..., base_url = x$url) 13. └─httr::stop_for_status(x) ── Error ('test-session.R:16:3'): session caches xml parsing and sets base url ── <http_503/http_500/http_error/error/condition> Error in `read_html.response(x$response, ..., base_url = x$url)`: Service Unavailable (HTTP 503). Backtrace: ▆ 1. ├─xml2::read_html(s) at test-session.R:16:3 2. └─rvest:::read_html.rvest_session(s) 3. ├─rvest:::env_cache(...) 4. │ └─rlang::env_poke(env, nm, value) 5. ├─xml2::read_html(x$response, ..., base_url = x$url) 6. └─xml2:::read_html.response(x$response, ..., base_url = x$url) 7. └─httr::stop_for_status(x) [ FAIL 2 | WARN 1 | SKIP 43 | PASS 112 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.