R Under development (unstable) (2024-05-04 r86521 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(streetscape) > > Sys.setenv(USE_CORES = 1) > testthat::test_check("streetscape") [ FAIL 1 | WARN 1 | 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 ──────────────────────────────────── Error in `download.file(url, temp_file, method = "auto", quiet = TRUE, mode = mode)`: cannot open URL 'https://scontent-ord5-2.xx.fbcdn.net/m1/v/t6/An8N2VycsEEGWT9xqZrKsZ6XCFlx0MtG-IvA0LAe287ntIvuDSh5GQ3I8LwFhiuRQgWbiimJO7aHyaYE9DLMMdFt_i6h6RozqkukiR6umwTpn8_y1PXMeb_KSwk1Up08Y-iIUiP5m3G3lXqyHr1wyw?stp=s256x192&ccb=10-5&oh=00_AfAEiWQBjaDzCfthEt4V7EmfSJ4BdA9MfeABOVJiGYKrdQ&oe=665B5F00&_nc_sid=201bca' Backtrace: ▆ 1. └─scdataframe$gvi() at test-gvi.R:4:3 2. └─streetscape:::img2gvi(url) 3. └─streetscape:::g_seg(url) 4. └─utils::download.file(...) [ FAIL 1 | WARN 1 | SKIP 2 | PASS 5 ] Error: Test failures Execution halted