CRAN Package Check Results for Package BFS

Last updated on 2026-04-04 20:51:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.1 4.76 67.49 72.25 OK
r-devel-linux-x86_64-debian-gcc 0.7.1 3.63 47.81 51.44 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.1 9.00 99.81 108.81 OK
r-devel-linux-x86_64-fedora-gcc 0.7.1 8.00 94.69 102.69 OK
r-devel-macos-arm64 0.7.1 1.00 437.00 438.00 ERROR
r-devel-windows-x86_64 0.7.1 7.00 222.00 229.00 OK
r-patched-linux-x86_64 0.7.1 5.64 60.35 65.99 OK
r-release-linux-x86_64 0.7.1 4.94 58.58 63.52 OK
r-release-macos-arm64 0.7.1 1.00 414.00 415.00 OK
r-release-macos-x86_64 0.7.1 4.00 474.00 478.00 OK
r-release-windows-x86_64 0.7.1 8.00 177.00 185.00 OK
r-oldrel-macos-arm64 0.7.1 1.00 435.00 436.00 OK
r-oldrel-macos-x86_64 0.7.1 4.00 478.00 482.00 OK
r-oldrel-windows-x86_64 0.7.1 9.00 235.00 244.00 OK

Check Details

Version: 0.7.1
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/197s] 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") =>----------------------------- 3% | ETA: 1m ==>---------------------------- 8% | ETA: 1m ====>-------------------------- 12% | ETA: 1m =====>------------------------- 18% | ETA: 1m ======>------------------------ 21% | ETA: 1m ========>---------------------- 27% | ETA: 46s =========>--------------------- 31% | ETA: 44s ==========>-------------------- 35% | ETA: 43s ============>------------------ 40% | ETA: 39s =============>----------------- 44% | ETA: 37s ===============>--------------- 49% | ETA: 33s =================>------------- 55% | ETA: 29s ==================>------------ 60% | ETA: 25s ===================>----------- 64% | ETA: 23s =====================>--------- 69% | ETA: 20s ======================>-------- 74% | ETA: 16s ========================>------ 79% | ETA: 14s =========================>----- 83% | ETA: 11s ==========================>---- 88% | ETA: 8s ============================>-- 92% | ETA: 5s =============================>- 97% | ETA: 2s > Waiting 15s for retry backoff Saving _problems/test-bfs_get_data-9.R > Waiting 15s for retry backoff Saving _problems/test-bfs_get_data-25.R > Waiting 15s for retry backoff > Waiting 15s for retry backoff Saving _problems/test-bfs_get_data_comments-9.R > Waiting 15s for retry backoff Saving _problems/test-bfs_get_data_comments-24.R > Waiting 15s for retry backoff > Waiting 15s for retry backoff Saving _problems/test-bfs_get_metadata-5.R [ FAIL 5 | WARN 0 | SKIP 9 | PASS 44 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-bfs_download_geodata.R:6:3', 'test-bfs_get_base_maps.R:5:3', 'test-bfs_get_base_maps.R:15:3', 'test-bfs_get_base_maps.R:25:3', 'test-bfs_get_base_maps.R:35:3', 'test-bfs_get_base_maps.R:45:3', 'test-bfs_get_base_maps.R:53:3', 'test-bfs_get_base_maps.R:63:3', 'test-bfs_get_base_maps.R:73:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-bfs_get_data.R:5:3'): bfs_get_data() works ───────────────────── <httr2_http_429/httr2_http/httr2_error/rlang_error/rlang_error/error/condition> Error in `httr2::req_perform(.)`: HTTP 429 Too Many Requests. Backtrace: ▆ 1. ├─BFS::bfs_get_data(...) at test-bfs_get_data.R:5:3 2. │ └─... %>% httr2::resp_body_json(simplifyVector = TRUE) 3. ├─httr2::resp_body_json(., simplifyVector = TRUE) 4. │ └─httr2:::check_response(resp) 5. │ └─httr2:::is_response(resp) 6. └─httr2::req_perform(.) 7. └─httr2:::handle_resp(req, resp, error_call = error_call) 8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 9. ├─rlang::catch_cnd(...) 10. │ ├─rlang::eval_bare(...) 11. │ ├─base::tryCatch(...) 12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 15. │ └─base::force(expr) 16. └─rlang::abort(...) ── Error ('test-bfs_get_data.R:17:3'): bfs_get_data() query argument ─────────── <httr2_http_429/httr2_http/httr2_error/rlang_error/rlang_error/error/condition> Error in `httr2::req_perform(.)`: HTTP 429 Too Many Requests. Backtrace: ▆ 1. ├─BFS::bfs_get_data(...) at test-bfs_get_data.R:17:3 2. │ └─... %>% httr2::resp_body_json(simplifyVector = TRUE) 3. ├─httr2::resp_body_json(., simplifyVector = TRUE) 4. │ └─httr2:::check_response(resp) 5. │ └─httr2:::is_response(resp) 6. └─httr2::req_perform(.) 7. └─httr2:::handle_resp(req, resp, error_call = error_call) 8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 9. ├─rlang::catch_cnd(...) 10. │ ├─rlang::eval_bare(...) 11. │ ├─base::tryCatch(...) 12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 15. │ └─base::force(expr) 16. └─rlang::abort(...) ── Error ('test-bfs_get_data_comments.R:5:3'): bfs_get_data_comments() works ─── <httr2_http_429/httr2_http/httr2_error/rlang_error/rlang_error/error/condition> Error in `httr2::req_perform(.)`: HTTP 429 Too Many Requests. Backtrace: ▆ 1. ├─BFS::bfs_get_data_comments(...) at test-bfs_get_data_comments.R:5:3 2. │ └─... %>% httr2::resp_body_json(simplifyVector = TRUE) 3. ├─httr2::resp_body_json(., simplifyVector = TRUE) 4. │ └─httr2:::check_response(resp) 5. │ └─httr2:::is_response(resp) 6. └─httr2::req_perform(.) 7. └─httr2:::handle_resp(req, resp, error_call = error_call) 8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 9. ├─rlang::catch_cnd(...) 10. │ ├─rlang::eval_bare(...) 11. │ ├─base::tryCatch(...) 12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 15. │ └─base::force(expr) 16. └─rlang::abort(...) ── Error ('test-bfs_get_data_comments.R:16:3'): bfs_get_data_comments() query argument ── <httr2_http_429/httr2_http/httr2_error/rlang_error/rlang_error/error/condition> Error in `httr2::req_perform(.)`: HTTP 429 Too Many Requests. Backtrace: ▆ 1. ├─BFS::bfs_get_data_comments(...) at test-bfs_get_data_comments.R:16:3 2. │ └─... %>% httr2::resp_body_json(simplifyVector = TRUE) 3. ├─httr2::resp_body_json(., simplifyVector = TRUE) 4. │ └─httr2:::check_response(resp) 5. │ └─httr2:::is_response(resp) 6. └─httr2::req_perform(.) 7. └─httr2:::handle_resp(req, resp, error_call = error_call) 8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 9. ├─rlang::catch_cnd(...) 10. │ ├─rlang::eval_bare(...) 11. │ ├─base::tryCatch(...) 12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 15. │ └─base::force(expr) 16. └─rlang::abort(...) ── Error ('test-bfs_get_metadata.R:5:3'): bfs_get_metadata() works ───────────── <httr2_http_429/httr2_http/httr2_error/rlang_error/rlang_error/error/condition> Error in `httr2::req_perform(.)`: HTTP 429 Too Many Requests. Backtrace: ▆ 1. ├─BFS::bfs_get_metadata(number_bfs = "px-x-1502040100_131") at test-bfs_get_metadata.R:5:3 2. │ └─... %>% httr2::resp_body_json(simplifyVector = TRUE) 3. ├─httr2::resp_body_json(., simplifyVector = TRUE) 4. │ └─httr2:::check_response(resp) 5. │ └─httr2:::is_response(resp) 6. └─httr2::req_perform(.) 7. └─httr2:::handle_resp(req, resp, error_call = error_call) 8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 9. ├─rlang::catch_cnd(...) 10. │ ├─rlang::eval_bare(...) 11. │ ├─base::tryCatch(...) 12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 15. │ └─base::force(expr) 16. └─rlang::abort(...) [ FAIL 5 | WARN 0 | SKIP 9 | PASS 44 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.7.1
Check: examples
Result: ERROR Running examples in ‘BFS-Ex.R’ failed The error most likely occurred in: > ### Name: bfs_get_sse_data > ### Title: Get Data from Swiss Stats Explorer (SSE) API > ### Aliases: bfs_get_sse_data > > ### ** Examples > > bfs_get_sse_data( + number_bfs = "DF_PASTA_552_MONTHLY", + language = "en", + query = list("FREQ" = "M", "ACCOMMODATION_TYPE" = c("552001"), + "COUNTRY_ORIGIN" = c("CH", "AUSL")), + start_period = "2020", + end_period = "2023" + ) Error in `httr2::req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [disseminate.stats.swiss]: Connection timed out after 10002 milliseconds Backtrace: ▆ 1. ├─BFS::bfs_get_sse_data(...) 2. │ └─BFS:::bfs_get_sse_url(number_bfs) 3. │ └─... %>% httr2::resp_body_json(simplifyVector = TRUE) 4. ├─httr2::resp_body_json(., simplifyVector = TRUE) 5. │ └─httr2:::check_response(resp) 6. │ └─httr2:::is_response(resp) 7. └─httr2::req_perform(.) 8. └─httr2:::handle_resp(req, resp, error_call = error_call) 9. └─rlang::cnd_signal(resp) Execution halted Flavor: r-devel-macos-arm64