- using R Under development (unstable) (2025-08-27 r88724)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 19.1.7 (3+b2)
Debian flang-new version 19.1.7 (3+b2)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘rvest/DESCRIPTION’ ... OK
- this is package ‘rvest’ version ‘1.0.4’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/2s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘rvest’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking whether startup messages can be suppressed ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [10s/11s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... WARNING
Codoc mismatches from Rd file 'read_html.Rd':
read_html
Code: function(x, encoding = "", ..., options = c("RECOVER",
"NOERROR", "NOBLANKS", "HUGE"))
Docs: function(x, encoding = "", ..., options = c("RECOVER",
"NOERROR", "NOBLANKS"))
Mismatches in argument default values:
Name: 'options' Code: c("RECOVER", "NOERROR", "NOBLANKS", "HUGE") Docs: c("RECOVER", "NOERROR", "NOBLANKS")
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking R/sysdata.rda ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [2s/4s] OK
- checking for unstated dependencies in ‘demo’ ... NOTE
'::' or ':::' import not declared from: ‘purrr’
'library' or 'require' call not declared from: ‘tidyr’
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [16s/11s] ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [16s/10s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rvest)
>
> test_check("rvest")
Starting 2 test processes
[ FAIL 3 | WARN 0 | SKIP 43 | PASS 100 ]
══ Skipped tests (43) ══════════════════════════════════════════════════════════
• On CRAN (41): 'test-html.R:16:3', '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:95:3', 'test-rename.R:4:3', 'test-rename.R:21:3',
'test-rename.R:25:3', 'test-form.R:29:3', 'test-form.R:76:3',
'test-form.R:85:3', 'test-form.R:107:3', 'test-form.R:119:3',
'test-form.R:144:3', 'test-form.R:177:3', 'test-form.R:215:3',
'test-selectors.R:63:3', 'test-table.R:11:3', 'test-table.R:40:3',
'test-table.R:55:3', 'test-table.R:69:3', 'test-table.R:84:3',
'test-table.R:100:3', 'test-table.R:115:3', 'test-table.R:128:3',
'test-table.R:175:3', 'test-table.R:186:3', 'test-table.R:196:3',
'test-table.R:202:3', 'test-table.R:208:3', 'test-utils.R:7:3',
'test-session.R:2:3', 'test-session.R:22:3', 'test-session.R:43:3',
'test-session.R:53:3', 'test-session.R:82:3'
• currently broken (2): 'test-encoding.R:2:3', 'test-encoding.R:14:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-form.R:44:3'): select options are named character vector ───────
Error in `UseMethod("html_form")`: no applicable method for 'html_form' applied to an object of class "xml_missing"
Backtrace:
▆
1. ├─select %>% html_element("form") %>% html_form() at test-form.R:44:3
2. └─rvest::html_form(.)
── Failure ('test-form.R:57:3'): select values are inherited from names ────────
opts$options (`actual`) not equal to c(x = "1", y = "y") (`expected`).
`names(actual)`:
`names(expected)`: "x" "y"
`actual`:
`expected`: "1" "y"
── Error ('test-form.R:67:3'): parse_fields gets the button ────────────────────
Error in `UseMethod("html_form")`: no applicable method for 'html_form' applied to an object of class "xml_missing"
Backtrace:
▆
1. ├─select %>% html_element("form") %>% html_form() at test-form.R:67:3
2. └─rvest::html_form(.)
[ FAIL 3 | WARN 0 | SKIP 43 | PASS 100 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [6s/9s] OK
- checking PDF version of manual ... [8s/10s] OK
- checking HTML version of manual ... [1s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR, 1 WARNING, 1 NOTE