CRAN Package Check Results for Package arcpullr

Last updated on 2024-08-25 05:49:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.9 7.98 151.10 159.08 OK
r-devel-linux-x86_64-debian-gcc 0.2.9 5.18 106.58 111.76 OK
r-devel-linux-x86_64-fedora-clang 0.2.9 255.25 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.9 268.10 NOTE
r-devel-windows-x86_64 0.2.9 10.00 154.00 164.00 OK
r-patched-linux-x86_64 0.2.9 7.69 144.76 152.45 OK
r-release-linux-x86_64 0.2.9 7.28 143.96 151.24 ERROR
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 9.00 153.00 162.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 214.00 226.00 OK

Check Details

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

Version: 0.2.9
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/24s] 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")`: Timeout was reached: [dnrmaps.wi.gov] SSL connection timeout 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-release-linux-x86_64