Last updated on 2025-12-16 20:49:10 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.2 | 6.03 | 71.63 | 77.66 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.2 | 3.63 | 51.71 | 55.34 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.2 | 10.00 | 112.58 | 122.58 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.2 | 10.00 | 122.23 | 132.23 | OK | |
| r-devel-windows-x86_64 | 1.1.2 | 8.00 | 89.00 | 97.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1.2 | 6.08 | 66.04 | 72.12 | ERROR | |
| r-release-linux-x86_64 | 1.1.2 | 5.90 | 66.68 | 72.58 | ERROR | |
| r-release-macos-arm64 | 1.1.2 | OK | ||||
| r-release-macos-x86_64 | 1.1.2 | 4.00 | 100.00 | 104.00 | OK | |
| r-release-windows-x86_64 | 1.1.2 | 8.00 | 90.00 | 98.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.2 | 2.00 | 36.00 | 38.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.2 | 4.00 | 80.00 | 84.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.2 | 12.00 | 141.00 | 153.00 | ERROR |
Version: 1.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/23s]
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")
Reading in file.
Processing file.
Downloading file to: /home/hornik/tmp/scratch/Rtmp3ZxMG4/fileccaaa2cfd33c5.xlsx
Processing file.
Downloading file to: /home/hornik/tmp/scratch/Rtmp3ZxMG4/fileccaaa351240ef.xlsx
Reading in file.
Downloading file to: /home/hornik/tmp/scratch/Rtmp3ZxMG4/fileccaaa17972e14.xlsx
Saving _problems/test-ids_get-474.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-ids_bulk.R:161:3', 'test-ids_bulk.R:215:3',
'test-ids_bulk.R:248:3', 'test-ids_bulk.R:301:3', 'test-ids_bulk.R:368:3',
'test-ids_get_ed.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ids_get.R:472:3'): ids_get filters post-observed-year NAs correctly ──
Expected `all(result$year <= as.numeric(format(Sys.Date(), "%Y")) | !is.na(result$value))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/23s]
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")
Reading in file.
Processing file.
Downloading file to: /tmp/RtmpVkQA3D/file1df6e03a05cea8.xlsx
Processing file.
Downloading file to: /tmp/RtmpVkQA3D/file1df6e062747086.xlsx
Reading in file.
Downloading file to: /tmp/RtmpVkQA3D/file1df6e0243ecefc.xlsx
Saving _problems/test-ids_get-474.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-ids_bulk.R:161:3', 'test-ids_bulk.R:215:3',
'test-ids_bulk.R:248:3', 'test-ids_bulk.R:301:3', 'test-ids_bulk.R:368:3',
'test-ids_get_ed.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ids_get.R:472:3'): ids_get filters post-observed-year NAs correctly ──
Expected `all(result$year <= as.numeric(format(Sys.Date(), "%Y")) | !is.na(result$value))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/35s]
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")
Reading in file.
Processing file.
Downloading file to: /tmp/RtmpSge7Hv/working_dir/RtmpMX2iUX/file371e3d40e812d...
Processing file.
Downloading file to: /tmp/RtmpSge7Hv/working_dir/RtmpMX2iUX/file371e3d38bc2e0...
Reading in file.
Downloading file to: /tmp/RtmpSge7Hv/working_dir/RtmpMX2iUX/file371e3d2828dd4...
Saving _problems/test-ids_get-474.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-ids_bulk.R:161:3', 'test-ids_bulk.R:215:3',
'test-ids_bulk.R:248:3', 'test-ids_bulk.R:301:3', 'test-ids_bulk.R:368:3',
'test-ids_get_ed.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ids_get.R:472:3'): ids_get filters post-observed-year NAs correctly ──
Expected `all(result$year <= as.numeric(format(Sys.Date(), "%Y")) | !is.na(result$value))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.1.2
Check: tests
Result: ERROR
Running 'testthat.R' [15s]
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)
The tzdb package is not installed. Timezones will not be available to Arrow compute functions.
>
> test_check("wbids")
Reading in file.
Processing file.
Downloading file to: D:\temp\2025_12_07_01_50_00_14651\RtmpyyHjNK\file6814fbd...
Processing file.
Downloading file to: D:\temp\2025_12_07_01_50_00_14651\RtmpyyHjNK\file6814565...
Reading in file.
Downloading file to: D:\temp\2025_12_07_01_50_00_14651\RtmpyyHjNK\file681419c...
Saving _problems/test-ids_get-474.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-ids_bulk.R:161:3', 'test-ids_bulk.R:215:3',
'test-ids_bulk.R:248:3', 'test-ids_bulk.R:301:3', 'test-ids_bulk.R:368:3',
'test-ids_get_ed.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ids_get.R:472:3'): ids_get filters post-observed-year NAs correctly ──
Expected `all(result$year <= as.numeric(format(Sys.Date(), "%Y")) | !is.na(result$value))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/23s]
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")
Reading in file.
Processing file.
Downloading file to: /home/hornik/tmp/scratch/RtmpDKSdpZ/file237f9ba3e3f24.xlsx
Processing file.
Downloading file to: /home/hornik/tmp/scratch/RtmpDKSdpZ/file237f9b743d3204.xlsx
Reading in file.
Downloading file to: /home/hornik/tmp/scratch/RtmpDKSdpZ/file237f9b38501867.xlsx
Saving _problems/test-ids_get-474.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-ids_bulk.R:161:3', 'test-ids_bulk.R:215:3',
'test-ids_bulk.R:248:3', 'test-ids_bulk.R:301:3', 'test-ids_bulk.R:368:3',
'test-ids_get_ed.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ids_get.R:472:3'): ids_get filters post-observed-year NAs correctly ──
Expected `all(result$year <= as.numeric(format(Sys.Date(), "%Y")) | !is.na(result$value))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/23s]
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")
Reading in file.
Processing file.
Downloading file to: /home/hornik/tmp/scratch/RtmpAp69ph/file1d7d03ceabb49.xlsx
Processing file.
Downloading file to: /home/hornik/tmp/scratch/RtmpAp69ph/file1d7d02dba6941.xlsx
Reading in file.
Downloading file to: /home/hornik/tmp/scratch/RtmpAp69ph/file1d7d02373ae15.xlsx
Saving _problems/test-ids_get-474.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-ids_bulk.R:161:3', 'test-ids_bulk.R:215:3',
'test-ids_bulk.R:248:3', 'test-ids_bulk.R:301:3', 'test-ids_bulk.R:368:3',
'test-ids_get_ed.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ids_get.R:472:3'): ids_get filters post-observed-year NAs correctly ──
Expected `all(result$year <= as.numeric(format(Sys.Date(), "%Y")) | !is.na(result$value))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.1.2
Check: tests
Result: ERROR
Running 'testthat.R' [19s]
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)
The tzdb package is not installed. Timezones will not be available to Arrow compute functions.
>
> test_check("wbids")
Reading in file.
Processing file.
Downloading file to: D:\temp\2025_12_15_01_50_00_10827\Rtmpa2g9dB\file4ed4410...
Processing file.
Downloading file to: D:\temp\2025_12_15_01_50_00_10827\Rtmpa2g9dB\file4ed42ed...
Reading in file.
Downloading file to: D:\temp\2025_12_15_01_50_00_10827\Rtmpa2g9dB\file4ed45c0...
Saving _problems/test-ids_get-474.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-ids_bulk.R:161:3', 'test-ids_bulk.R:215:3',
'test-ids_bulk.R:248:3', 'test-ids_bulk.R:301:3', 'test-ids_bulk.R:368:3',
'test-ids_get_ed.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-ids_get.R:472:3'): ids_get filters post-observed-year NAs correctly ──
Expected `all(result$year <= as.numeric(format(Sys.Date(), "%Y")) | !is.na(result$value))` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 153 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64