* using log directory 'd:/Rcompile/CRANpkg/local/4.5/arcpullr.Rcheck' * using R version 4.5.3 (2026-03-11 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'arcpullr/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'arcpullr' version '0.3.5' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'arcpullr' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [10s] OK * checking whether the package can be loaded with stated dependencies ... [11s] OK * checking whether the package can be unloaded cleanly ... [9s] OK * checking whether the namespace can be loaded with stated dependencies ... [9s] OK * checking whether the namespace can be unloaded cleanly ... [11s] OK * checking loading without being on the library search path ... [8s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [23s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [1s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [16s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [17s] ERROR Running 'testthat.R' [17s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(arcpullr) Loading required package: sf Linking to GEOS 3.14.1, GDAL 3.12.1, PROJ 9.7.1; 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 * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [55s] OK * checking PDF version of manual ... [23s] OK * checking HTML version of manual ... [6s] OK * DONE Status: 1 ERROR