CRAN Package Check Results for Package arcpullr

Last updated on 2024-07-22 01:49:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.9 9.02 195.43 204.45 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.9 7.49 147.74 155.23 OK
r-devel-linux-x86_64-fedora-clang 0.2.9 252.23 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.9 265.42 NOTE
r-devel-windows-x86_64 0.2.9 10.00 153.00 163.00 OK
r-patched-linux-x86_64 0.2.9 7.22 189.31 196.53 OK
r-release-linux-x86_64 0.2.9 9.17 188.52 197.69 OK
r-release-macos-arm64 0.2.9 104.00 OK
r-release-macos-x86_64 0.2.9 120.00 OK
r-release-windows-x86_64 0.2.9 10.00 155.00 165.00 OK
r-oldrel-macos-arm64 0.2.9 86.00 OK
r-oldrel-macos-x86_64 0.2.9 190.00 OK
r-oldrel-windows-x86_64 0.2.9 12.00 228.00 240.00 OK

Check Details

Version: 0.2.9
Check: tests
Result: ERROR Running ‘testthat.R’ [18s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(arcpullr) Loading required package: sf Linking to GEOS 3.12.2, GDAL 3.9.1, PROJ 9.4.1; sf_use_s2() is TRUE > > test_check("arcpullr") [ FAIL 1 | WARN 7 | SKIP 0 | PASS 50 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_layer_properties.R:3:1'): (code run outside of `test_that()`) ── Error in `open.connection(x, "rb")`: Recv failure: Connection reset by peer Backtrace: ▆ 1. ├─arcpullr::get_layer_legend(wi_landcover_url) at test_layer_properties.R:3:1 2. │ └─... %>% rvest::html_nodes("tr") 3. ├─rvest::html_nodes(., "tr") 4. │ └─rvest::html_elements(...) 5. ├─rvest::html_nodes(., "table") 6. │ └─rvest::html_elements(...) 7. ├─xml2::read_html(.) 8. └─xml2:::read_html.default(.) 9. ├─base::suppressWarnings(...) 10. │ └─base::withCallingHandlers(...) 11. ├─xml2::read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options) 12. └─xml2:::read_xml.character(...) 13. └─xml2:::read_xml.connection(...) 14. ├─base::open(x, "rb") 15. └─base::open.connection(x, "rb") [ FAIL 1 | WARN 7 | SKIP 0 | PASS 50 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.9
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘methods’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc