CRAN Package Check Results for Package wbids

Last updated on 2025-01-30 01:49:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 4.77 75.18 79.95 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 3.05 52.26 55.31 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 129.15 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 146.95 ERROR
r-devel-windows-x86_64 0.1.0 7.00 99.00 106.00 ERROR
r-patched-linux-x86_64 0.1.0 4.58 71.95 76.53 ERROR
r-release-linux-x86_64 0.1.0 4.41 71.60 76.01 ERROR
r-release-macos-arm64 0.1.0 216.00 OK
r-release-macos-x86_64 0.1.0 246.00 OK
r-release-windows-x86_64 0.1.0 7.00 92.00 99.00 OK
r-oldrel-macos-arm64 0.1.0 223.00 OK
r-oldrel-macos-x86_64 0.1.0 247.00 OK
r-oldrel-windows-x86_64 0.1.0 8.00 109.00 117.00 ERROR

Additional issues

donttest

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [30s/45s] 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(wbids) > > test_check("wbids") Downloading file to: /home/hornik/tmp/scratch/RtmpZXbTGJ/file2b7aeb39a1e4ca.xlsx trying URL 'https://invalid-url.com/file.xlsx' Content type 'text/html; charset=utf-8' length 1194 bytes ================================================== downloaded 1194 bytes Reading in file. [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-ids_bulk.R:5:3', 'test-ids_bulk.R:58:3', 'test-ids_bulk.R:106:3', 'test-ids_bulk.R:148:3', 'test-ids_bulk.R:198:3', 'test-ids_bulk.R:228:3', 'test-ids_bulk.R:260:3', 'test-ids_bulk.R:314:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ids_bulk.R:40:3'): ids_bulk fails gracefully with invalid URL ── Error in `utils::unzip(zip_path, list = TRUE)`: zip file '/home/hornik/tmp/scratch/RtmpZXbTGJ/file2b7aeb39a1e4ca.xlsx' cannot be opened Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-ids_bulk.R:40:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─wbids::ids_bulk("https://invalid-url.com/file.xlsx") 8. │ └─wbids:::read_bulk_file(file_path) 9. │ ├─base::colnames(readxl::read_excel(path = file_path, n_max = 0)) 10. │ │ └─base::is.data.frame(x) 11. │ └─readxl::read_excel(path = file_path, n_max = 0) 12. │ └─readxl:::read_excel_(...) 13. │ ├─readxl:::set_readxl_names(...) 14. │ │ └─tibble::as_tibble(l, .name_repair = .name_repair) 15. │ └─readxl (local) read_fun(...) 16. └─readxl (local) `<fn>`(...) 17. └─utils::unzip(zip_path, list = TRUE) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/29s] 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(wbids) > > test_check("wbids") Downloading file to: /tmp/Rtmp8Skk1F/filec03cae31dfce.xlsx trying URL 'https://invalid-url.com/file.xlsx' Content type 'text/html; charset=utf-8' length 1194 bytes ================================================== downloaded 1194 bytes Reading in file. [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-ids_bulk.R:5:3', 'test-ids_bulk.R:58:3', 'test-ids_bulk.R:106:3', 'test-ids_bulk.R:148:3', 'test-ids_bulk.R:198:3', 'test-ids_bulk.R:228:3', 'test-ids_bulk.R:260:3', 'test-ids_bulk.R:314:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ids_bulk.R:40:3'): ids_bulk fails gracefully with invalid URL ── Error in `utils::unzip(zip_path, list = TRUE)`: zip file '/tmp/Rtmp8Skk1F/filec03cae31dfce.xlsx' cannot be opened Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-ids_bulk.R:40:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─wbids::ids_bulk("https://invalid-url.com/file.xlsx") 8. │ └─wbids:::read_bulk_file(file_path) 9. │ ├─base::colnames(readxl::read_excel(path = file_path, n_max = 0)) 10. │ │ └─base::is.data.frame(x) 11. │ └─readxl::read_excel(path = file_path, n_max = 0) 12. │ └─readxl:::read_excel_(...) 13. │ ├─readxl:::set_readxl_names(...) 14. │ │ └─tibble::as_tibble(l, .name_repair = .name_repair) 15. │ └─readxl (local) read_fun(...) 16. └─readxl (local) `<fn>`("/tmp/Rtmp8Skk1F/filec03cae31dfce.xlsx", "_rels/.rels") 17. └─utils::unzip(zip_path, list = TRUE) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [48s/60s] 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(wbids) > > test_check("wbids") Downloading file to: /tmp/RtmpdMkJ1l/working_dir/RtmpF3ZMpY/filef2f665ddce9e4... trying URL 'https://invalid-url.com/file.xlsx' Content type 'text/html; charset=utf-8' length 1194 bytes ================================================== downloaded 1194 bytes Reading in file. [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-ids_bulk.R:5:3', 'test-ids_bulk.R:58:3', 'test-ids_bulk.R:106:3', 'test-ids_bulk.R:148:3', 'test-ids_bulk.R:198:3', 'test-ids_bulk.R:228:3', 'test-ids_bulk.R:260:3', 'test-ids_bulk.R:314:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ids_bulk.R:40:3'): ids_bulk fails gracefully with invalid URL ── Error in `utils::unzip(zip_path, list = TRUE)`: zip file '/tmp/RtmpdMkJ1l/working_dir/RtmpF3ZMpY/filef2f665ddce9e4.xlsx' cannot be opened Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-ids_bulk.R:40:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─wbids::ids_bulk("https://invalid-url.com/file.xlsx") 8. │ └─wbids:::read_bulk_file(file_path) 9. │ ├─base::colnames(readxl::read_excel(path = file_path, n_max = 0)) 10. │ │ └─base::is.data.frame(x) 11. │ └─readxl::read_excel(path = file_path, n_max = 0) 12. │ └─readxl:::read_excel_(...) 13. │ ├─readxl:::set_readxl_names(...) 14. │ │ └─tibble::as_tibble(l, .name_repair = .name_repair) 15. │ └─readxl (local) read_fun(...) 16. └─readxl (local) `<fn>`(...) 17. └─utils::unzip(zip_path, list = TRUE) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [49s/125s] 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(wbids) > > test_check("wbids") Downloading file to: /tmp/RtmpoP1jQM/working_dir/RtmpA2dKZP/file340461ac41bda... trying URL 'https://invalid-url.com/file.xlsx' Content type 'text/html; charset=utf-8' length 1194 bytes ================================================== downloaded 1194 bytes Reading in file. [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-ids_bulk.R:5:3', 'test-ids_bulk.R:58:3', 'test-ids_bulk.R:106:3', 'test-ids_bulk.R:148:3', 'test-ids_bulk.R:198:3', 'test-ids_bulk.R:228:3', 'test-ids_bulk.R:260:3', 'test-ids_bulk.R:314:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ids_bulk.R:40:3'): ids_bulk fails gracefully with invalid URL ── Error in `utils::unzip(zip_path, list = TRUE)`: zip file '/tmp/RtmpoP1jQM/working_dir/RtmpA2dKZP/file340461ac41bda.xlsx' cannot be opened Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-ids_bulk.R:40:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─wbids::ids_bulk("https://invalid-url.com/file.xlsx") 8. │ └─wbids:::read_bulk_file(file_path) 9. │ ├─base::colnames(readxl::read_excel(path = file_path, n_max = 0)) 10. │ │ └─base::is.data.frame(x) 11. │ └─readxl::read_excel(path = file_path, n_max = 0) 12. │ └─readxl:::read_excel_(...) 13. │ ├─readxl:::set_readxl_names(...) 14. │ │ └─tibble::as_tibble(l, .name_repair = .name_repair) 15. │ └─readxl (local) read_fun(...) 16. └─readxl (local) `<fn>`(...) 17. └─utils::unzip(zip_path, list = TRUE) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [29s] 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(wbids) > > test_check("wbids") Downloading file to: D:\temp\2025_01_27_01_50_00_25464\RtmpSgjuFT\file1cab41e... trying URL 'https://invalid-url.com/file.xlsx' Content type 'text/html; charset=utf-8' length 1198 bytes ================================================== downloaded 1198 bytes Reading in file. [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-ids_bulk.R:5:3', 'test-ids_bulk.R:58:3', 'test-ids_bulk.R:106:3', 'test-ids_bulk.R:148:3', 'test-ids_bulk.R:198:3', 'test-ids_bulk.R:228:3', 'test-ids_bulk.R:260:3', 'test-ids_bulk.R:314:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ids_bulk.R:40:3'): ids_bulk fails gracefully with invalid URL ── Error in `utils::unzip(zip_path, list = TRUE)`: zip file 'D:\temp\2025_01_27_01_50_00_25464\RtmpSgjuFT\file1cab41e1f85.xlsx' cannot be opened Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-ids_bulk.R:40:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─wbids::ids_bulk("https://invalid-url.com/file.xlsx") 8. │ └─wbids:::read_bulk_file(file_path) 9. │ ├─base::colnames(readxl::read_excel(path = file_path, n_max = 0)) 10. │ │ └─base::is.data.frame(x) 11. │ └─readxl::read_excel(path = file_path, n_max = 0) 12. │ └─readxl:::read_excel_(...) 13. │ ├─readxl:::set_readxl_names(...) 14. │ │ └─tibble::as_tibble(l, .name_repair = .name_repair) 15. │ └─readxl (local) read_fun(...) 16. └─readxl (local) `<fn>`(...) 17. └─utils::unzip(zip_path, list = TRUE) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [29s/46s] 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(wbids) > > test_check("wbids") Downloading file to: /home/hornik/tmp/scratch/Rtmp9zTCTC/file241f0154627dc0.xlsx trying URL 'https://invalid-url.com/file.xlsx' Content type 'text/html; charset=utf-8' length 1194 bytes ================================================== downloaded 1194 bytes Reading in file. [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-ids_bulk.R:5:3', 'test-ids_bulk.R:58:3', 'test-ids_bulk.R:106:3', 'test-ids_bulk.R:148:3', 'test-ids_bulk.R:198:3', 'test-ids_bulk.R:228:3', 'test-ids_bulk.R:260:3', 'test-ids_bulk.R:314:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ids_bulk.R:40:3'): ids_bulk fails gracefully with invalid URL ── Error in `utils::unzip(zip_path, list = TRUE)`: zip file '/home/hornik/tmp/scratch/Rtmp9zTCTC/file241f0154627dc0.xlsx' cannot be opened Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-ids_bulk.R:40:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─wbids::ids_bulk("https://invalid-url.com/file.xlsx") 8. │ └─wbids:::read_bulk_file(file_path) 9. │ ├─base::colnames(readxl::read_excel(path = file_path, n_max = 0)) 10. │ │ └─base::is.data.frame(x) 11. │ └─readxl::read_excel(path = file_path, n_max = 0) 12. │ └─readxl:::read_excel_(...) 13. │ ├─readxl:::set_readxl_names(...) 14. │ │ └─tibble::as_tibble(l, .name_repair = .name_repair) 15. │ └─readxl (local) read_fun(...) 16. └─readxl (local) `<fn>`(...) 17. └─utils::unzip(zip_path, list = TRUE) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [29s/42s] 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(wbids) > > test_check("wbids") [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-ids_bulk.R:5:3', 'test-ids_bulk.R:58:3', 'test-ids_bulk.R:106:3', 'test-ids_bulk.R:148:3', 'test-ids_bulk.R:198:3', 'test-ids_bulk.R:228:3', 'test-ids_bulk.R:260:3', 'test-ids_bulk.R:314:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ids_bulk.R:40:3'): ids_bulk fails gracefully with invalid URL ── <httr2_http_503/httr2_http/httr2_error/rlang_error/error/condition> Error in `httr2::req_perform(httr2::req_headers(httr2::request(file_url), Accept = "*/*"))`: HTTP 503 Service Unavailable. Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-ids_bulk.R:40:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─wbids::ids_bulk("https://invalid-url.com/file.xlsx") 8. └─wbids:::download_bulk_file(...) 9. └─wbids:::get_response_headers(file_url) 10. ├─httr2::resp_headers(...) 11. │ └─httr2:::check_response(resp) 12. │ └─httr2:::is_response(resp) 13. └─httr2::req_perform(httr2::req_headers(httr2::request(file_url), Accept = "*/*")) 14. └─httr2:::handle_resp(req, resp, error_call = error_call) 15. └─httr2:::resp_abort(resp, req, body, call = error_call) 16. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running 'testthat.R' [41s] 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(wbids) > > test_check("wbids") Downloading file to: D:\temp\2025_01_29_01_50_00_32701\Rtmps7Eh1f\filea44c5a9... trying URL 'https://invalid-url.com/file.xlsx' Content type 'text/html; charset=utf-8' length 1198 bytes ================================================== downloaded 1198 bytes Reading in file. [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-ids_bulk.R:5:3', 'test-ids_bulk.R:58:3', 'test-ids_bulk.R:106:3', 'test-ids_bulk.R:148:3', 'test-ids_bulk.R:198:3', 'test-ids_bulk.R:228:3', 'test-ids_bulk.R:260:3', 'test-ids_bulk.R:314:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ids_bulk.R:40:3'): ids_bulk fails gracefully with invalid URL ── Error in `utils::unzip(zip_path, list = TRUE)`: zip file 'D:\temp\2025_01_29_01_50_00_32701\Rtmps7Eh1f\filea44c5a98605f.xlsx' cannot be opened Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-ids_bulk.R:40:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─wbids::ids_bulk("https://invalid-url.com/file.xlsx") 8. │ └─wbids:::read_bulk_file(file_path) 9. │ ├─base::colnames(readxl::read_excel(path = file_path, n_max = 0)) 10. │ │ └─base::is.data.frame(x) 11. │ └─readxl::read_excel(path = file_path, n_max = 0) 12. │ └─readxl:::read_excel_(...) 13. │ ├─readxl:::set_readxl_names(...) 14. │ │ └─tibble::as_tibble(l, .name_repair = .name_repair) 15. │ └─readxl (local) read_fun(...) 16. └─readxl (local) `<fn>`(...) 17. └─utils::unzip(zip_path, list = TRUE) [ FAIL 1 | WARN 0 | SKIP 8 | PASS 85 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64