CRAN Package Check Results for Package BFS

Last updated on 2024-09-27 01:49:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.8 8.19 82.80 90.99 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.8 6.66 60.64 67.30 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.9 124.22 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5.8 133.40 ERROR
r-devel-windows-x86_64 0.5.8 10.00 195.00 205.00 ERROR
r-patched-linux-x86_64 0.5.8 8.17 78.15 86.32 ERROR
r-release-linux-x86_64 0.5.8 8.67 78.08 86.75 ERROR
r-release-macos-arm64 0.5.8 304.00 ERROR
r-release-macos-x86_64 0.5.9 329.00 OK
r-release-windows-x86_64 0.5.8 10.00 205.00 215.00 ERROR
r-oldrel-macos-arm64 0.5.9 328.00 OK
r-oldrel-macos-x86_64 0.5.9 316.00 OK
r-oldrel-windows-x86_64 0.5.8 14.00 218.00 232.00 ERROR

Check Details

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [21s/157s] 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") ==============>---------------- 45% | ETA: 1s =>----------------------------- 5% | ETA: 44s ===>--------------------------- 11% | ETA: 44s =====>------------------------- 17% | ETA: 41s =======>----------------------- 23% | ETA: 39s =========>--------------------- 29% | ETA: 35s ==========>-------------------- 35% | ETA: 32s ============>------------------ 41% | ETA: 29s ==============>---------------- 47% | ETA: 27s ================>-------------- 52% | ETA: 24s =================>------------- 58% | ETA: 21s ===================>----------- 64% | ETA: 18s =====================>--------- 69% | ETA: 16s =======================>------- 75% | ETA: 13s =========================>----- 82% | ETA: 9s ==========================>---- 87% | ETA: 6s ============================>-- 93% | 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-clang

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [16s/123s] 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: 27s ======>------------------------ 20% | ETA: 24s =========>--------------------- 30% | ETA: 21s ============>------------------ 40% | ETA: 18s ===============>--------------- 50% | ETA: 15s ==================>------------ 60% | ETA: 12s ====================>---------- 68% | ETA: 10s =======================>------- 78% | ETA: 7s ==========================>---- 87% | ETA: 4s =============================>- 97% | 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.9
Check: data for non-ASCII characters
Result: NOTE Note: found 1227 marked UTF-8 strings Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.5.8
Check: data for non-ASCII characters
Result: NOTE Note: found 1227 marked UTF-8 strings Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [30s/146s] 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") ==========================>---- 86% | ETA: 1s ==>---------------------------- 7% | ETA: 32s ====>-------------------------- 14% | ETA: 32s =======>----------------------- 22% | ETA: 30s =========>--------------------- 30% | ETA: 26s ============>------------------ 39% | ETA: 22s ==============>---------------- 48% | ETA: 19s =================>------------- 56% | ETA: 16s ===================>----------- 65% | ETA: 13s ======================>-------- 73% | ETA: 10s ========================>------ 81% | ETA: 7s ===========================>--- 90% | 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-fedora-gcc

Version: 0.5.8
Check: tests
Result: ERROR Running 'testthat.R' [118s] 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") ==>---------------------------- 6% | ETA: 21s =====>------------------------- 18% | ETA: 20s =========>--------------------- 31% | ETA: 16s ==============>---------------- 45% | ETA: 12s ==================>------------ 59% | ETA: 9s ======================>-------- 73% | ETA: 6s ==========================>---- 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/135s] 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") ====>-------------------------- 12% | ETA: 26s =======>----------------------- 22% | ETA: 24s =========>--------------------- 31% | ETA: 22s ============>------------------ 41% | ETA: 18s ===============>--------------- 51% | ETA: 15s ==================>------------ 61% | ETA: 12s =====================>--------- 71% | ETA: 9s ========================>------ 81% | ETA: 6s ===========================>--- 90% | 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-patched-linux-x86_64

Version: 0.5.8
Check: tests
Result: ERROR Running ‘testthat.R’ [20s/127s] 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: 25s =====>------------------------- 16% | ETA: 22s ========>---------------------- 28% | ETA: 19s ============>------------------ 39% | ETA: 16s ===============>--------------- 50% | ETA: 13s ==================>------------ 61% | ETA: 10s ======================>-------- 72% | ETA: 8s =========================>----- 83% | ETA: 5s ============================>-- 95% | 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-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' [129s] 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: 26s ====>-------------------------- 15% | ETA: 24s =======>----------------------- 25% | ETA: 21s ===========>------------------- 36% | ETA: 18s ==============>---------------- 47% | ETA: 15s =================>------------- 58% | ETA: 12s =====================>--------- 69% | ETA: 9s ========================>------ 80% | ETA: 6s ===========================>--- 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' [129s] 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") ====>-------------------------- 12% | ETA: 27s =======>----------------------- 22% | ETA: 24s ==========>-------------------- 32% | ETA: 20s =============>----------------- 42% | ETA: 17s ================>-------------- 52% | ETA: 15s ===================>----------- 62% | ETA: 11s =====================>--------- 71% | ETA: 9s ========================>------ 81% | ETA: 6s ============================>-- 92% | ETA: 3s [ 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