Last updated on 2026-04-07 04:50:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | 23.84 | 265.76 | 289.60 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 13.09 | 165.48 | 178.57 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 44.00 | 424.10 | 468.10 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 43.00 | 459.37 | 502.37 | ERROR | |
| r-devel-macos-arm64 | 0.3.2 | 5.00 | 66.00 | 71.00 | OK | |
| r-devel-windows-x86_64 | 0.3.2 | 25.00 | 228.00 | 253.00 | OK | |
| r-patched-linux-x86_64 | 0.3.2 | 18.88 | 253.91 | 272.79 | OK | |
| r-release-linux-x86_64 | 0.3.2 | 23.09 | 252.86 | 275.95 | OK | |
| r-release-macos-arm64 | 0.3.2 | 5.00 | 64.00 | 69.00 | OK | |
| r-release-macos-x86_64 | 0.3.2 | 16.00 | 325.00 | 341.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 25.00 | 227.00 | 252.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.2 | 5.00 | 77.00 | 82.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.2 | 16.00 | 322.00 | 338.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.2 | 36.00 | 319.00 | 355.00 | OK |
Version: 0.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/55s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(arcpullr)
Loading required package: sf
Linking to GEOS 3.13.0, GDAL 3.10.3, PROJ 9.6.2; sf_use_s2() is TRUE
>
> test_check("arcpullr")
Saving _problems/test_layer_properties-3.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 49 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_layer_properties.R:3:1'): (code run outside of `test_that()`) ──
Error in `open.connection(x, "rb")`: cannot open the connection
Backtrace:
▆
1. └─arcpullr::get_layer_legend(wi_landcover_url) at test_layer_properties.R:3:1
2. ├─rvest::html_nodes(...)
3. │ └─rvest::html_elements(...)
4. ├─rvest::html_nodes(xml2::read_html(legend_url), "table")
5. │ └─rvest::html_elements(...)
6. ├─xml2::read_html(legend_url)
7. └─xml2:::read_html.default(legend_url)
8. ├─base::suppressWarnings(...)
9. │ └─base::withCallingHandlers(...)
10. ├─xml2::read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
11. └─xml2:::read_xml.character(...)
12. └─xml2:::read_xml.connection(...)
13. ├─base::open(x, "rb")
14. └─base::open.connection(x, "rb")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 49 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc