Last updated on 2026-08-26 06:53:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.2 | 5.31 | 66.94 | 72.25 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.2 | 3.35 | 49.45 | 52.80 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.2 | 48.29 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.2 | 46.99 | OK | |||
| r-devel-windows-x86_64 | 0.7.2 | 7.00 | 246.00 | 253.00 | OK | |
| r-patched-linux-x86_64 | 0.7.2 | 5.35 | 60.18 | 65.53 | OK | |
| r-release-linux-x86_64 | 0.7.2 | 5.43 | 61.51 | 66.94 | OK | |
| r-release-macos-arm64 | 0.7.2 | 1.00 | 440.00 | 441.00 | OK | |
| r-release-macos-x86_64 | 0.7.2 | 4.00 | 477.00 | 481.00 | OK | |
| r-release-windows-x86_64 | 0.7.2 | 8.00 | 240.00 | 248.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.2 | 1.00 | 467.00 | 468.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.2 | 4.00 | 489.00 | 493.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.2 | 10.00 | 202.00 | 212.00 | ERROR |
Version: 0.7.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/206s]
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")
=>----------------------------- 5% | ETA: 1m
==>---------------------------- 8% | ETA: 1m
===>--------------------------- 10% | ETA: 1m
====>-------------------------- 13% | ETA: 1m
=====>------------------------- 16% | ETA: 1m
======>------------------------ 20% | ETA: 1m
=======>----------------------- 25% | ETA: 1m
=========>--------------------- 29% | ETA: 1m
==========>-------------------- 32% | ETA: 1m
===========>------------------- 37% | ETA: 1m
============>------------------ 40% | ETA: 1m
=============>----------------- 42% | ETA: 50s
==============>---------------- 47% | ETA: 45s
===============>--------------- 51% | ETA: 41s
================>-------------- 55% | ETA: 37s
==================>------------ 59% | ETA: 34s
===================>----------- 64% | ETA: 30s
====================>---------- 67% | ETA: 27s
=====================>--------- 69% | ETA: 25s
======================>-------- 73% | ETA: 22s
=======================>------- 76% | ETA: 20s
========================>------ 80% | ETA: 17s
=========================>----- 85% | ETA: 13s
===========================>--- 89% | ETA: 9s
============================>-- 92% | ETA: 6s
=============================>- 96% | ETA: 4s
> Waiting 15s for retry backoff
Saving _problems/test-bfs_get_data-9.R
> Waiting 15s for retry backoff
[ FAIL 1 | WARN 0 | SKIP 9 | PASS 51 ]
══ 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(...)
[ FAIL 1 | WARN 0 | SKIP 9 | PASS 51 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.2
Check: tests
Result: ERROR
Running 'testthat.R' [132s]
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")
=>----------------------------- 4% | ETA: 1m
==>---------------------------- 7% | ETA: 1m
===>--------------------------- 11% | ETA: 1m
=====>------------------------- 15% | ETA: 1m
=====>------------------------- 16% | ETA: 2m
=====>------------------------- 16% | ETA: 3m
=====>------------------------- 16% | ETA: 3m
=====>------------------------- 17% | ETA: 3m
======>------------------------ 19% | ETA: 3m
=======>----------------------- 24% | ETA: 2m
========>---------------------- 28% | ETA: 2m
==========>-------------------- 32% | ETA: 2m
==========>-------------------- 35% | ETA: 2m
============>------------------ 40% | ETA: 1m
=============>----------------- 44% | ETA: 1m
===============>--------------- 49% | ETA: 1m
================>-------------- 52% | ETA: 1m
=================>------------- 57% | ETA: 1m
===================>----------- 62% | ETA: 44s
====================>---------- 67% | ETA: 36s
======================>-------- 73% | ETA: 30s
=======================>------- 76% | ETA: 25s
=========================>----- 82% | ETA: 19s
==========================>---- 87% | ETA: 13s
===========================>--- 90% | ETA: 10s
============================>-- 95% | ETA: 5s
=============================>- 98% | ETA: 2s
Saving _problems/test-bfs_get_data-9.R
Saving _problems/test-bfs_get_data-25.R
Saving _problems/test-bfs_get_data_comments-9.R
Saving _problems/test-bfs_get_data_comments-24.R
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_400/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(.)`: HTTP 400 Bad Request.
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_400/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(.)`: HTTP 400 Bad Request.
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_400/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(.)`: HTTP 400 Bad Request.
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_400/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(.)`: HTTP 400 Bad Request.
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_400/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `httr2::req_perform(.)`: HTTP 400 Bad Request.
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-oldrel-windows-x86_64