Last updated on 2026-08-23 08:50:29 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.2 | 5.56 | 67.64 | 73.20 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.7.2 | 3.84 | 49.58 | 53.42 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.2 | 48.29 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.2 | 47.45 | 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 | 7.00 | 227.00 | 234.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 | 280.00 | 290.00 | OK |
Version: 0.7.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/136s]
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")
>------------------------------ 2% | ETA: 3m
=>----------------------------- 2% | ETA: 5m
=>----------------------------- 2% | ETA: 6m
=>----------------------------- 3% | ETA: 6m
=>----------------------------- 3% | ETA: 7m
=>----------------------------- 4% | ETA: 7m
=>----------------------------- 5% | ETA: 6m
==>---------------------------- 7% | ETA: 5m
===>--------------------------- 11% | ETA: 3m
====>-------------------------- 15% | ETA: 3m
=====>------------------------- 18% | ETA: 3m
======>------------------------ 21% | ETA: 2m
========>---------------------- 25% | ETA: 2m
=========>--------------------- 30% | ETA: 2m
==========>-------------------- 33% | ETA: 1m
===========>------------------- 38% | ETA: 1m
============>------------------ 41% | ETA: 1m
==============>---------------- 45% | ETA: 1m
===============>--------------- 49% | ETA: 1m
================>-------------- 53% | ETA: 1m
=================>------------- 56% | ETA: 49s
==================>------------ 60% | ETA: 44s
===================>----------- 64% | ETA: 38s
====================>---------- 67% | ETA: 36s
=====================>--------- 71% | ETA: 30s
======================>-------- 74% | ETA: 27s
=======================>------- 77% | ETA: 23s
=========================>----- 82% | ETA: 19s
==========================>---- 87% | ETA: 13s
===========================>--- 91% | ETA: 9s
============================>-- 95% | ETA: 5s
==============================> 100% | ETA: 0s
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-devel-linux-x86_64-debian-clang