CRAN Package Check Results for Package BFS

Last updated on 2024-10-18 20:49:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.10 7.59 74.27 81.86 OK
r-devel-linux-x86_64-debian-gcc 0.5.10 5.82 52.07 57.89 OK
r-devel-linux-x86_64-fedora-clang 0.5.10 129.12 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5.10 119.64 NOTE
r-devel-windows-x86_64 0.5.10 9.00 193.00 202.00 OK
r-patched-linux-x86_64 0.5.10 OK
r-release-linux-x86_64 0.5.10 6.17 69.93 76.10 ERROR
r-release-macos-arm64 0.5.10 323.00 OK
r-release-macos-x86_64 0.5.10 321.00 OK
r-release-windows-x86_64 0.5.10 9.00 197.00 206.00 OK
r-oldrel-macos-arm64 0.5.10 311.00 OK
r-oldrel-macos-x86_64 0.5.10 328.00 OK
r-oldrel-windows-x86_64 0.5.10 11.00 211.00 222.00 OK

Check Details

Version: 0.5.10
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.10
Check: tests
Result: ERROR Running ‘testthat.R’ [20s/141s] 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") ===>--------------------------- 10% | ETA: 25s ======>------------------------ 22% | ETA: 21s ==========>-------------------- 33% | ETA: 18s =============>----------------- 44% | ETA: 15s ================>-------------- 54% | ETA: 13s ===================>----------- 65% | ETA: 10s ======================>-------- 75% | ETA: 7s =========================>----- 84% | ETA: 4s =============================>- 95% | ETA: 1s [ FAIL 1 | WARN 1 | SKIP 0 | PASS 49 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-bfs_get_catalog_tables.R:5:3'): bfs_get_catalog_tables() returns a data.frame of 5 rows ── <httr2_http_408/httr2_http/httr2_error/rlang_error/error/condition> Error in `req_perform(.)`: HTTP 408 Request Timeout. Backtrace: ▆ 1. ├─BFS::bfs_get_catalog_tables(limit = 5) at test-bfs_get_catalog_tables.R:5:3 2. │ └─... %>% 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_abort(resp, req, body, call = error_call) 9. └─rlang::abort(...) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 49 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64