Last updated on 2025-02-11 07:48:53 CET.
Package | ERROR | OK |
---|---|---|
wbids | 5 | 8 |
Current CRAN status: ERROR: 5, OK: 8
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [30s/49s]
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/Rtmp1MTjEC/file38282b58d462a1.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/Rtmp1MTjEC/file38282b58d462a1.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' [31s]
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_02_08_01_50_00_3345\Rtmp0KRYGg\file330851d5...
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_02_08_01_50_00_3345\Rtmp0KRYGg\file330851d578b5.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/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: /home/hornik/tmp/scratch/Rtmp5YxFP0/file32955fd301e94.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/Rtmp5YxFP0/file32955fd301e94.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/43s]
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/RtmpX50GOj/file2fa6cc748a4aa4.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/RtmpX50GOj/file2fa6cc748a4aa4.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-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_02_08_01_50_00_3345\RtmpUZWLhS\file8107d0a6...
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_02_08_01_50_00_3345\RtmpUZWLhS\file8107d0a600d.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