CRAN Package Check Results for Package BFS

Last updated on 2024-09-21 00:50:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.8 8.61 82.50 91.11 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.8 6.36 59.69 66.05 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.8 152.72 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5.8 141.62 ERROR
r-devel-windows-x86_64 0.5.8 9.00 194.00 203.00 ERROR
r-patched-linux-x86_64 0.5.8 7.14 81.75 88.89 OK
r-release-linux-x86_64 0.5.8 8.06 78.76 86.82 ERROR
r-release-macos-arm64 0.5.8 304.00 ERROR
r-release-macos-x86_64 0.5.8 388.00 OK
r-release-windows-x86_64 0.5.8 9.00 215.00 224.00 ERROR
r-oldrel-macos-arm64 0.5.8 328.00 OK
r-oldrel-macos-x86_64 0.5.8 387.00 OK
r-oldrel-windows-x86_64 0.5.8 12.00 205.00 217.00 ERROR

Check Details

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [22s/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") ===============>--------------- 50% | ETA: 2s ===>--------------------------- 11% | ETA: 25s =======>----------------------- 22% | ETA: 22s ==========>-------------------- 32% | ETA: 19s =============>----------------- 42% | ETA: 17s ================>-------------- 52% | ETA: 14s ===================>----------- 62% | ETA: 11s ======================>-------- 72% | ETA: 8s =========================>----- 82% | ETA: 5s ============================>-- 92% | ETA: 2s [ 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.8
Check: tests
Result: ERROR Running ‘testthat.R’ [13s/138s] 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") ==>---------------------------- 7% | ETA: 41s ====>-------------------------- 14% | ETA: 40s ======>------------------------ 21% | ETA: 36s ========>---------------------- 28% | ETA: 32s ==========>-------------------- 34% | ETA: 29s ============>------------------ 41% | ETA: 26s ==============>---------------- 47% | ETA: 24s ================>-------------- 53% | ETA: 21s ==================>------------ 59% | ETA: 19s ====================>---------- 66% | ETA: 16s ======================>-------- 72% | ETA: 13s ========================>------ 79% | ETA: 10s ==========================>---- 85% | ETA: 7s ============================>-- 92% | ETA: 4s ==============================> 99% | 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-gcc

Version: 0.5.8
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.8
Check: tests
Result: ERROR Running ‘testthat.R’ [34s/185s] 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") =========================>----- 82% | ETA: 1s ==>---------------------------- 6% | ETA: 34s ====>-------------------------- 13% | ETA: 33s ======>------------------------ 21% | ETA: 31s ========>---------------------- 28% | ETA: 28s ==========>-------------------- 35% | ETA: 26s =============>----------------- 43% | ETA: 23s ===============>--------------- 51% | ETA: 20s =================>------------- 58% | ETA: 17s ===================>----------- 65% | ETA: 14s ======================>-------- 73% | ETA: 11s ========================>------ 79% | ETA: 8s ==========================>---- 87% | ETA: 5s ============================>-- 94% | ETA: 2s [ 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-fedora-clang

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [33s/175s] 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") ====================>---------- 68% | ETA: 1s ==>---------------------------- 6% | ETA: 40s ====>-------------------------- 15% | ETA: 33s =======>----------------------- 23% | ETA: 30s =========>--------------------- 30% | ETA: 27s ===========>------------------- 37% | ETA: 25s =============>----------------- 43% | ETA: 24s ===============>--------------- 50% | ETA: 21s =================>------------- 58% | ETA: 17s ===================>----------- 65% | ETA: 14s ======================>-------- 73% | ETA: 11s ========================>------ 79% | ETA: 8s ==========================>---- 88% | ETA: 5s =============================>- 96% | ETA: 2s [ 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-fedora-gcc

Version: 0.5.8
Check: tests
Result: ERROR Running 'testthat.R' [120s] 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") =====>------------------------- 16% | ETA: 21s ========>---------------------- 28% | ETA: 18s ============>------------------ 39% | ETA: 16s ===============>--------------- 51% | ETA: 13s ===================>----------- 62% | ETA: 10s ======================>-------- 74% | ETA: 7s ==========================>---- 86% | ETA: 3s ==============================> 99% | ETA: 0s [ 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-windows-x86_64

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [21s/220s] 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: 7m ====>-------------------------- 14% | ETA: 5m ====================>---------- 68% | ETA: 25s ====>-------------------------- 13% | ETA: 25s =======>----------------------- 23% | ETA: 23s ==========>-------------------- 33% | ETA: 20s =============>----------------- 43% | ETA: 17s ================>-------------- 53% | ETA: 14s ===================>----------- 63% | ETA: 11s ======================>-------- 73% | ETA: 8s =========================>----- 82% | ETA: 5s ===========================>--- 91% | ETA: 3s ===============>--------------- 50% | ETA: 23s [ 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-release-linux-x86_64

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/271s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 4. └─rstac:::assets_download.doc_items(...) 5. ├─rstac::assets_download(...) 6. └─rstac:::assets_download.doc_item(...) 7. └─base::lapply(...) 8. └─rstac (local) FUN(X[[i]], ...) 9. └─rstac:::make_get_request(...) 10. └─base::tryCatch(...) 11. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 12. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 13. └─value[[3L]](cond) 14. └─rstac:::.error(paste(error_msg, "'%s'. \n%s"), url, e$message) [ FAIL 1 | WARN 2 | SKIP 0 | PASS 49 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64

Version: 0.5.8
Check: tests
Result: ERROR Running 'testthat.R' [121s] 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: 24s =====>------------------------- 17% | ETA: 20s =========>--------------------- 30% | ETA: 17s =============>----------------- 42% | ETA: 14s ================>-------------- 54% | ETA: 11s ====================>---------- 67% | ETA: 8s ========================>------ 79% | ETA: 5s ===========================>--- 91% | ETA: 2s [ 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-release-windows-x86_64

Version: 0.5.8
Check: tests
Result: ERROR Running 'testthat.R' [117s] 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") ========>---------------------- 27% | ETA: 4s =====>------------------------- 16% | ETA: 17s =========>--------------------- 31% | ETA: 14s ==============>---------------- 46% | ETA: 11s ==================>------------ 61% | ETA: 8s =======================>------- 75% | ETA: 5s ===========================>--- 90% | ETA: 2s [ 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-oldrel-windows-x86_64