CRAN Package Check Results for Package BFS

Last updated on 2024-07-12 00:52:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.8 11.25 114.34 125.59 OK
r-devel-linux-x86_64-debian-gcc 0.5.8 8.54 81.58 90.12 OK
r-devel-linux-x86_64-fedora-clang 0.5.8 147.71 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5.8 140.39 NOTE
r-devel-windows-x86_64 0.5.8 10.00 217.00 227.00 OK
r-patched-linux-x86_64 0.5.8 9.38 108.87 118.25 OK
r-release-linux-x86_64 0.5.8 10.45 108.28 118.73 ERROR
r-release-macos-arm64 0.5.8 304.00 ERROR
r-release-macos-x86_64 0.5.8 388.00 OK
r-release-windows-x86_64 0.5.8 11.00 218.00 229.00 OK
r-oldrel-macos-arm64 0.5.8 328.00 OK
r-oldrel-macos-x86_64 0.5.8 387.00 OK
r-oldrel-windows-x86_64 0.5.8 13.00 235.00 248.00 OK

Check Details

Version: 0.5.8
Check: data for non-ASCII characters
Result: NOTE Note: found 1227 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [32s/176s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(BFS) > > test_check("BFS") ===>--------------------------- 9% | ETA: 48s =====>------------------------- 18% | ETA: 30s ===========>------------------- 36% | ETA: 18s ==============>---------------- 45% | ETA: 14s ===================>----------- 64% | ETA: 9s ======================>-------- 73% | ETA: 7s ==========================>---- 86% | ETA: 3s ===============>--------------- 50% | ETA: 1s ===>--------------------------- 9% | ETA: 29s =====>------------------------- 18% | ETA: 26s ========>---------------------- 27% | ETA: 23s ===========>------------------- 37% | ETA: 20s ==============>---------------- 47% | ETA: 17s =================>------------- 56% | ETA: 14s ====================>---------- 66% | ETA: 11s =======================>------- 76% | ETA: 8s ==========================>---- 86% | ETA: 5s =============================>- 95% | ETA: 2s ===============>--------------- 50% | ETA: 1s [ FAIL 1 | WARN 2 | SKIP 0 | PASS 48 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-bfs_download_asset.R:6:3'): bfs_download_asset() works ───────── Error in `curl::curl_download(url = paste0("https://dam-api.bfs.admin.ch/hub/api/dam/assets/", id, "/master"), destfile = destfile, quiet = quiet, mode = mode, handle = handle)`: Timeout was reached: [] Connection time-out Backtrace: ▆ 1. └─BFS::bfs_download_asset(number_asset = "24367729", destfile = tmp) at test-bfs_download_asset.R:6:3 2. └─curl::curl_download(...) [ FAIL 1 | WARN 2 | SKIP 0 | PASS 48 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/271s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 4. └─rstac:::assets_download.doc_items(...) 5. ├─rstac::assets_download(...) 6. └─rstac:::assets_download.doc_item(...) 7. └─base::lapply(...) 8. └─rstac (local) FUN(X[[i]], ...) 9. └─rstac:::make_get_request(...) 10. └─base::tryCatch(...) 11. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 12. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 13. └─value[[3L]](cond) 14. └─rstac:::.error(paste(error_msg, "'%s'. \n%s"), url, e$message) [ FAIL 1 | WARN 2 | SKIP 0 | PASS 49 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64