Last updated on 2025-08-30 03:49:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 6.20 | 68.94 | 75.14 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 4.36 | 50.53 | 54.89 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 116.24 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 132.91 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 8.00 | 83.00 | 91.00 | WARN | |
r-patched-linux-x86_64 | 1.0.4 | 6.12 | 63.42 | 69.54 | ERROR | |
r-release-linux-x86_64 | 1.0.4 | 5.60 | 64.46 | 70.06 | ERROR | |
r-release-macos-arm64 | 1.0.4 | 62.00 | OK | |||
r-release-macos-x86_64 | 1.0.5 | 84.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.5 | 81.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.4 | 9.00 | 96.00 | 105.00 | WARN |
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")
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-oldrel-windows-x86_64
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’ [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
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.4
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [11s/7s]
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-rename.R:4:3', 'test-rename.R:21:3', 'test-rename.R:25: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-devel-linux-x86_64-debian-gcc
Version: 1.0.4
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [15s/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
Flavors: r-patched-linux-x86_64, r-release-linux-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.
Health stats visible at Monitor.