CRAN Package Check Results for Package BFS

Last updated on 2024-09-30 03:50:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.8 8.83 82.91 91.74 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.10 4.92 53.05 57.97 OK
r-devel-linux-x86_64-fedora-clang 0.5.10 127.10 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5.10 118.59 NOTE
r-devel-windows-x86_64 0.5.10 12.00 211.00 223.00 OK
r-patched-linux-x86_64 0.5.9 OK
r-release-linux-x86_64 0.5.10 6.15 68.81 74.96 OK
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 210.00 219.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 14.00 184.00 198.00 OK

Check Details

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [21s/128s] 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") ==================>------------ 59% | ETA: 2s ====>-------------------------- 13% | ETA: 24s =======>----------------------- 23% | ETA: 22s ==========>-------------------- 33% | ETA: 19s =============>----------------- 45% | ETA: 16s ================>-------------- 55% | ETA: 13s ====================>---------- 65% | ETA: 10s =======================>------- 76% | ETA: 7s ==========================>---- 87% | ETA: 4s =============================>- 98% | ETA: 1s [ FAIL 3 | WARN 2 | SKIP 0 | PASS 47 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-bfs_get_catalog.R:7:3'): bfs_get_catalog() returns a none-empty data.frame ── nrow(df_catalog_data) > 1 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-bfs_get_catalog_data.R:7:3'): bfs_get_catalog_data() returns a none-empty data.frame ── nrow(df_catalog_data) (`actual`) not equal to 40 (`expected`). `actual`: 0 `expected`: 40 ── Failure ('test-bfs_get_catalog_tables.R:7:3'): bfs_get_catalog_tables() returns a none-empty data.frame ── nrow(df_tables) (`actual`) not equal to 40 (`expected`). `actual`: 0 `expected`: 40 [ FAIL 3 | WARN 2 | SKIP 0 | PASS 47 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

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