- using R version 4.4.2 Patched (2025-02-03 r87683)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.2.0-12) 14.2.0
GNU Fortran (Debian 14.2.0-12) 14.2.0
- running under: Debian GNU/Linux trixie/sid
- using session charset: UTF-8
- checking for file ‘streetscape/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘streetscape’ version ‘1.0.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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘streetscape’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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 ... [11s/15s] OK
- checking whether the package can be loaded with stated dependencies ... [11s/14s] OK
- checking whether the package can be unloaded cleanly ... [11s/15s] OK
- checking whether the namespace can be loaded with stated dependencies ... [11s/14s] OK
- checking whether the namespace can be unloaded cleanly ... [11s/13s] OK
- checking loading without being on the library search path ... [12s/14s] OK
- checking whether startup messages can be suppressed ... [12s/13s] 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 ... [50s/64s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 ... [11s/13s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [12s/15s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [14s/35s] ERROR
Running ‘testthat.R’ [14s/35s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(streetscape)
>
> Sys.setenv(USE_CORES = 1)
> testthat::test_check("streetscape")
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 5 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• Skipping (2): 'test-decodeDetection.R:5:3', 'test-get_mask.R:5:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-gvi.R:4:3'): runs correctly ────────────────────────────────────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [scontent-ord5-2.xx.fbcdn.net]: Resolving timed out after 10000 milliseconds
Backtrace:
▆
1. ├─scdataframe$gvi() at test-gvi.R:4:3
2. │ └─streetscape:::img2gvi(url)
3. │ └─streetscape:::g_seg(url)
4. │ └─httr::GET(url)
5. │ └─httr:::request_perform(req, hu$handle$handle)
6. │ ├─httr:::request_fetch(req$output, req$url, handle)
7. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
8. │ └─curl::curl_fetch_memory(url, handle = handle)
9. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 5 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [1s/2s] OK
- checking PDF version of manual ... [4s/5s] OK
- checking HTML version of manual ... [0s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR