Last updated on 2025-08-21 15:50:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 6.06 | 66.86 | 72.92 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 3.55 | 50.54 | 54.09 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 115.67 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | OK | ||||
r-devel-windows-x86_64 | 1.0.4 | 8.00 | 82.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 1.0.4 | 6.34 | 62.33 | 68.67 | ERROR | |
r-release-linux-x86_64 | 1.0.4 | 5.45 | 61.76 | 67.21 | NOTE | |
r-release-macos-arm64 | 1.0.4 | 62.00 | OK | |||
r-release-macos-x86_64 | 1.0.4 | 97.00 | OK | |||
r-release-windows-x86_64 | 1.0.4 | 8.00 | 83.00 | 91.00 | OK | |
r-oldrel-macos-arm64 | 1.0.4 | 48.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.4 | 78.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.4 | 11.00 | 97.00 | 108.00 | OK |
Version: 1.0.4
Check: for unstated dependencies in ‘demo’
Result: NOTE
'::' or ':::' import not declared from: ‘purrr’
'library' or 'require' call not declared from: ‘tidyr’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.4
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [12s/9s]
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-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-rename.R:4:3', 'test-rename.R:21:3',
'test-rename.R:25: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-session.R:2:3',
'test-session.R:22:3', 'test-session.R:43:3', 'test-session.R:53:3',
'test-session.R:82:3', 'test-utils.R:7: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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.4
Check: for code/documentation mismatches
Result: WARN
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")
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.4
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [14s/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
Flavor: r-patched-linux-x86_64