Last updated on 2026-03-30 01:50:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.1 | 4.80 | 66.98 | 71.78 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.1 | 3.46 | 52.48 | 55.94 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.1 | 9.00 | 106.29 | 115.29 | 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 | 8.00 | 246.00 | 254.00 | OK | |
| r-patched-linux-x86_64 | 0.7.1 | 5.15 | 58.85 | 64.00 | 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 |
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