Last updated on 2026-08-04 13:49:27 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.0 | 3.37 | 40.87 | 44.24 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.4.1 | 3.26 | 32.96 | 36.22 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.4.1 | 38.27 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.4.1 | 27.82 | ERROR | |||
| r-devel-windows-x86_64 | 1.4.1 | 11.00 | 79.00 | 90.00 | ERROR | |
| r-patched-linux-x86_64 | 1.4.0 | 4.52 | 37.21 | 41.73 | OK | |
| r-release-linux-x86_64 | 1.4.1 | 3.82 | 40.97 | 44.79 | ERROR | |
| r-release-macos-arm64 | 1.4.1 | 1.00 | 14.00 | 15.00 | ERROR | |
| r-release-macos-x86_64 | 1.4.1 | 3.00 | 48.00 | 51.00 | OK | |
| r-release-windows-x86_64 | 1.4.1 | 6.00 | 66.00 | 72.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.4.1 | 1.00 | 18.00 | 19.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.4.1 | 3.00 | 54.00 | 57.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.1 | 10.00 | 82.00 | 92.00 | ERROR |
Version: 1.4.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [3s/3s]
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") # nolint unused_import_linter undesirable_function_linter
> library("IssueTrackeR") # nolint unused_import_linter undesirable_function_linter
Currently, the default options are:
- location for datasets is /home/hornik/tmp/scratch/RtmpjQLlEX/data
- owner: rjdverse
- repo: rjdemetra
Attaching package: 'IssueTrackeR'
The following objects are masked from 'package:base':
append, sample
>
> test_check("IssueTrackeR")
Looking into closed_issues.yaml ...
The issues will be read from /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/IssueTrackeR.Rcheck/tests/testthat/data/closed_issues.yaml.
The labels will be read from /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/IssueTrackeR.Rcheck/tests/testthat/data/list_labels.yaml.
The milestones will be read from /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/IssueTrackeR.Rcheck/tests/testthat/data/list_milestones.yaml.
Saving _problems/test-bin_count-38.R
Saving _problems/test-bin_count-39.R
Saving _problems/test-bin_count-40.R
Saving _problems/test-bin_count-41.R
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
The datasets will be exported to /home/hornik/tmp/scratch/RtmpjQLlEX/list_issues.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpjQLlEX/list_labels.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpjQLlEX/list_milestones.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpjQLlEX/file2ab8aa5983b127.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpjQLlEX/data2ab8aa39acf3da/object.yaml.
The file already exists and won't be overwritten. To overwrite this file, please set `overwrite = TRUE`.
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-get.R:2:5', 'test-get.R:32:5',
'test-update_database.R:4:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bin_count.R:38:5'): bin_count works with different format ────
Expected `bin_count(obj_chr)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:39:5'): bin_count works with different format ────
Expected `bin_count(obj_date)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:40:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXct)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:41:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXlt)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.4.1
Check: for new files in some other directories
Result: NOTE
Found the following files/directories:
‘~/tmp/scratch/Rtmp0Ejt6C’ ‘~/tmp/scratch/Rtmp0GUSgA’
‘~/tmp/scratch/Rtmp1AcHYM’ ‘~/tmp/scratch/Rtmp1fC29T’
‘~/tmp/scratch/Rtmp1hNqEW’ ‘~/tmp/scratch/Rtmp50mY0E’
‘~/tmp/scratch/Rtmp5eXJqo’ ‘~/tmp/scratch/Rtmp6DUHTC’
‘~/tmp/scratch/Rtmp6LWnS3’ ‘~/tmp/scratch/Rtmp6kOPXZ’
‘~/tmp/scratch/Rtmp7vElhS’ ‘~/tmp/scratch/Rtmp86QSJ1’
‘~/tmp/scratch/Rtmp9JvI1k’ ‘~/tmp/scratch/Rtmp9YehK3’
‘~/tmp/scratch/Rtmp9aEbK8’ ‘~/tmp/scratch/RtmpAVyYdS’
‘~/tmp/scratch/RtmpBKbsJ7’ ‘~/tmp/scratch/RtmpCPePr9’
‘~/tmp/scratch/RtmpDk1agR’ ‘~/tmp/scratch/RtmpESCTTx’
‘~/tmp/scratch/RtmpEoMqOs’ ‘~/tmp/scratch/RtmpEyHRRx’
‘~/tmp/scratch/RtmpFNbJl0’ ‘~/tmp/scratch/RtmpG1Sq7g’
‘~/tmp/scratch/RtmpH5xF6H’ ‘~/tmp/scratch/RtmpHx9oC0’
‘~/tmp/scratch/RtmpIJSOff’ ‘~/tmp/scratch/RtmpIYa4Y9’
‘~/tmp/scratch/RtmpIrOZyt’ ‘~/tmp/scratch/RtmpJGH42d’
‘~/tmp/scratch/RtmpJWovFr’ ‘~/tmp/scratch/RtmpKwPa2a’
‘~/tmp/scratch/RtmpLdyXgk’ ‘~/tmp/scratch/RtmpMIlqTo’
‘~/tmp/scratch/RtmpMcd5ba’ ‘~/tmp/scratch/RtmpNPrKE6’
‘~/tmp/scratch/RtmpOvWmVB’ ‘~/tmp/scratch/RtmpPux9a5’
‘~/tmp/scratch/RtmpPzJq5s’ ‘~/tmp/scratch/RtmpQhnZXw’
‘~/tmp/scratch/RtmpQyx9oD’ ‘~/tmp/scratch/RtmpR0aJP7’
‘~/tmp/scratch/RtmpRbrQz7’ ‘~/tmp/scratch/RtmpSE4c8B’
‘~/tmp/scratch/RtmpT0C4Et’ ‘~/tmp/scratch/RtmpT3IMsl’
‘~/tmp/scratch/RtmpT5y1AI’ ‘~/tmp/scratch/RtmpUEMfo0’
‘~/tmp/scratch/RtmpVXH0Oo’ ‘~/tmp/scratch/RtmpYcnGOt’
‘~/tmp/scratch/RtmpYeaSdT’ ‘~/tmp/scratch/RtmpYkH5bd’
‘~/tmp/scratch/RtmpZf8n2e’ ‘~/tmp/scratch/Rtmpa5szcR’
‘~/tmp/scratch/Rtmpa8hFwu’ ‘~/tmp/scratch/RtmpaLU0Mq’
‘~/tmp/scratch/RtmpbLPTKO’ ‘~/tmp/scratch/Rtmpboljf1’
‘~/tmp/scratch/RtmpcjMRBY’ ‘~/tmp/scratch/RtmpcqGRBq’
‘~/tmp/scratch/RtmpddL4ux’ ‘~/tmp/scratch/Rtmpder6rH’
‘~/tmp/scratch/Rtmpeasc4o’ ‘~/tmp/scratch/RtmpgOQLtc’
‘~/tmp/scratch/Rtmpgm2OGQ’ ‘~/tmp/scratch/Rtmph6mJKB’
‘~/tmp/scratch/RtmphF6Hto’ ‘~/tmp/scratch/RtmphdSaOW’
‘~/tmp/scratch/RtmpjL1MsL’ ‘~/tmp/scratch/RtmpjTNt8Q’
‘~/tmp/scratch/Rtmpjy637n’ ‘~/tmp/scratch/RtmpkV41Ct’
‘~/tmp/scratch/RtmpkdiMua’ ‘~/tmp/scratch/RtmpkquAup’
‘~/tmp/scratch/RtmplSSihV’ ‘~/tmp/scratch/RtmplrtVqv’
‘~/tmp/scratch/RtmpnN0Uoz’ ‘~/tmp/scratch/RtmpnoSYIc’
‘~/tmp/scratch/Rtmpnpoigd’ ‘~/tmp/scratch/RtmpoE19M1’
‘~/tmp/scratch/RtmpoQx3Ut’ ‘~/tmp/scratch/RtmppCER1O’
‘~/tmp/scratch/RtmppPkLyv’ ‘~/tmp/scratch/Rtmpq0PSoA’
‘~/tmp/scratch/Rtmpq59Zby’ ‘~/tmp/scratch/RtmpqIwaNO’
‘~/tmp/scratch/RtmprJjzzA’ ‘~/tmp/scratch/RtmprT8cyc’
‘~/tmp/scratch/RtmpsUTrGV’ ‘~/tmp/scratch/RtmpsVQX9q’
‘~/tmp/scratch/RtmptKLq4e’ ‘~/tmp/scratch/RtmptqIrFX’
‘~/tmp/scratch/RtmpuG7hph’ ‘~/tmp/scratch/RtmpvU3qu8’
‘~/tmp/scratch/RtmpvkM0HN’ ‘~/tmp/scratch/RtmpwTY2P5’
‘~/tmp/scratch/RtmpwVgO3y’ ‘~/tmp/scratch/RtmpwZoR6e’
‘~/tmp/scratch/RtmpxA4Jhm’ ‘~/tmp/scratch/RtmpxSsmbI’
‘~/tmp/scratch/RtmpxfwnIH’ ‘~/tmp/scratch/RtmpxquGlC’
‘~/tmp/scratch/RtmpyV8OJD’ ‘~/tmp/scratch/RtmpybeMRo’
‘~/tmp/scratch/RtmpydsoSR’ ‘~/tmp/scratch/RtmpyqaGWS’
‘~/tmp/scratch/Rtmpz84oD7’ ‘~/tmp/scratch/Rtmpz8jgBZ’
‘~/tmp/scratch/RtmpzNKNUo’ ‘~/tmp/scratch/RtmpzSen4u’
‘~/tmp/scratch/RtmpzUsgkC’ ‘~/tmp/scratch/xvfb-run.3LtSCm’
‘~/tmp/scratch/xvfb-run.5UVmbj’ ‘~/tmp/scratch/xvfb-run.5ZSBT4’
‘~/tmp/scratch/xvfb-run.71gy9n’ ‘~/tmp/scratch/xvfb-run.9iydQJ’
‘~/tmp/scratch/xvfb-run.Bk3o3d’ ‘~/tmp/scratch/xvfb-run.D3w4Zh’
‘~/tmp/scratch/xvfb-run.DMjZag’ ‘~/tmp/scratch/xvfb-run.F9k406’
‘~/tmp/scratch/xvfb-run.HSDHhc’ ‘~/tmp/scratch/xvfb-run.HoPokK’
‘~/tmp/scratch/xvfb-run.IQWgqt’ ‘~/tmp/scratch/xvfb-run.Ir880C’
‘~/tmp/scratch/xvfb-run.J59Nr2’ ‘~/tmp/scratch/xvfb-run.JDOK5b’
‘~/tmp/scratch/xvfb-run.JtEymN’ ‘~/tmp/scratch/xvfb-run.LG4yPC’
‘~/tmp/scratch/xvfb-run.PQ4Ski’ ‘~/tmp/scratch/xvfb-run.RdfNuY’
‘~/tmp/scratch/xvfb-run.SDUWhf’ ‘~/tmp/scratch/xvfb-run.XhRPUg’
‘~/tmp/scratch/xvfb-run.YJZ2S3’ ‘~/tmp/scratch/xvfb-run.YlNjn1’
‘~/tmp/scratch/xvfb-run.bgMaRT’ ‘~/tmp/scratch/xvfb-run.cPyZwQ’
‘~/tmp/scratch/xvfb-run.e7Wg1K’ ‘~/tmp/scratch/xvfb-run.ecSsG5’
‘~/tmp/scratch/xvfb-run.g66RpQ’ ‘~/tmp/scratch/xvfb-run.oZtugV’
‘~/tmp/scratch/xvfb-run.pZeNT7’ ‘~/tmp/scratch/xvfb-run.ufo4Xy’
‘~/tmp/scratch/xvfb-run.xBEMmu’ ‘~/tmp/scratch/xvfb-run.xHBIt9’
‘~/tmp/scratch/xvfb-run.y5N6za’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.4.1
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’
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") # nolint unused_import_linter undesirable_function_linter
> library("IssueTrackeR") # nolint unused_import_linter undesirable_function_linter
Currently, the default options are:
- location for datasets is /tmp/RtmprrkTpT/working_dir/RtmptI9Ntm/data
- owner: rjdverse
- repo: rjdemetra
Attaching package: 'IssueTrackeR'
The following objects are masked from 'package:base':
append, sample
>
> test_check("IssueTrackeR")
Looking into closed_issues.yaml ...
The issues will be read from /data/gannet/ripley/R/packages/tests-clang/IssueTrackeR.Rcheck/tests/testthat/data/closed_issues.yaml.
The labels will be read from /data/gannet/ripley/R/packages/tests-clang/IssueTrackeR.Rcheck/tests/testthat/data/list_labels.yaml.
The milestones will be read from /data/gannet/ripley/R/packages/tests-clang/IssueTrackeR.Rcheck/tests/testthat/data/list_milestones.yaml.
Saving _problems/test-bin_count-38.R
Saving _problems/test-bin_count-39.R
Saving _problems/test-bin_count-40.R
Saving _problems/test-bin_count-41.R
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
The datasets will be exported to /tmp/RtmprrkTpT/working_dir/RtmptI9Ntm/list_issues.yaml.
The datasets will be exported to /tmp/RtmprrkTpT/working_dir/RtmptI9Ntm/list_labels.yaml.
The datasets will be exported to /tmp/RtmprrkTpT/working_dir/RtmptI9Ntm/list_milestones.yaml.
The datasets will be exported to /tmp/RtmprrkTpT/working_dir/RtmptI9Ntm/file41fbd67e1a6b8.yaml.
The datasets will be exported to /tmp/RtmprrkTpT/working_dir/RtmptI9Ntm/data41fbd7e4bd798/object.yaml.
The file already exists and won't be overwritten. To overwrite this file, please set `overwrite = TRUE`.
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-get.R:2:5', 'test-get.R:32:5',
'test-update_database.R:4:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bin_count.R:38:5'): bin_count works with different format ────
Expected `bin_count(obj_chr)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:39:5'): bin_count works with different format ────
Expected `bin_count(obj_date)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:40:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXct)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:41:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXlt)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.4.1
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’
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") # nolint unused_import_linter undesirable_function_linter
> library("IssueTrackeR") # nolint unused_import_linter undesirable_function_linter
Currently, the default options are:
- location for datasets is /tmp/Rtmp3CoCI5/working_dir/Rtmpy4LJEx/data
- owner: rjdverse
- repo: rjdemetra
Attaching package: 'IssueTrackeR'
The following objects are masked from 'package:base':
append, sample
>
> test_check("IssueTrackeR")
Looking into closed_issues.yaml ...
The issues will be read from /data/localhost/ripley/R/packages/tests-devel/IssueTrackeR.Rcheck/tests/testthat/data/closed_issues.yaml.
The labels will be read from /data/localhost/ripley/R/packages/tests-devel/IssueTrackeR.Rcheck/tests/testthat/data/list_labels.yaml.
The milestones will be read from /data/localhost/ripley/R/packages/tests-devel/IssueTrackeR.Rcheck/tests/testthat/data/list_milestones.yaml.
Saving _problems/test-bin_count-38.R
Saving _problems/test-bin_count-39.R
Saving _problems/test-bin_count-40.R
Saving _problems/test-bin_count-41.R
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
The datasets will be exported to /tmp/Rtmp3CoCI5/working_dir/Rtmpy4LJEx/list_issues.yaml.
The datasets will be exported to /tmp/Rtmp3CoCI5/working_dir/Rtmpy4LJEx/list_labels.yaml.
The datasets will be exported to /tmp/Rtmp3CoCI5/working_dir/Rtmpy4LJEx/list_milestones.yaml.
The datasets will be exported to /tmp/Rtmp3CoCI5/working_dir/Rtmpy4LJEx/file17290c1e41da45.yaml.
The datasets will be exported to /tmp/Rtmp3CoCI5/working_dir/Rtmpy4LJEx/data17290c496b83d0/object.yaml.
The file already exists and won't be overwritten. To overwrite this file, please set `overwrite = TRUE`.
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-get.R:2:5', 'test-get.R:32:5',
'test-update_database.R:4:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bin_count.R:38:5'): bin_count works with different format ────
Expected `bin_count(obj_chr)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:39:5'): bin_count works with different format ────
Expected `bin_count(obj_date)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:40:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXct)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:41:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXlt)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.4.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [4s]
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") # nolint unused_import_linter undesirable_function_linter
> library("IssueTrackeR") # nolint unused_import_linter undesirable_function_linter
Currently, the default options are:
- location for datasets is D:\temp\2026_08_04_01_50_00_19257\Rtmpsj1h34\data
- owner: rjdverse
- repo: rjdemetra
Attaching package: 'IssueTrackeR'
The following objects are masked from 'package:base':
append, sample
>
> test_check("IssueTrackeR")
Looking into closed_issues.yaml ...
The issues will be read from D:\RCompile\CRANpkg\local\4.7\IssueTrackeR.Rcheck\tests\testthat\data\closed_issues.yaml.
The labels will be read from D:\RCompile\CRANpkg\local\4.7\IssueTrackeR.Rcheck\tests\testthat\data\list_labels.yaml.
The milestones will be read from D:\RCompile\CRANpkg\local\4.7\IssueTrackeR.Rcheck\tests\testthat\data\list_milestones.yaml.
Saving _problems/test-bin_count-38.R
Saving _problems/test-bin_count-39.R
Saving _problems/test-bin_count-40.R
Saving _problems/test-bin_count-41.R
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
The datasets will be exported to D:\temp\2026_08_04_01_50_00_19257\Rtmpsj1h34\list_issues.yaml.
The datasets will be exported to D:\temp\2026_08_04_01_50_00_19257\Rtmpsj1h34\list_labels.yaml.
The datasets will be exported to D:\temp\2026_08_04_01_50_00_19257\Rtmpsj1h34\list_milestones.yaml.
The datasets will be exported to D:\temp\2026_08_04_01_50_00_19257\Rtmpsj1h34\file1194c3370658.yaml.
The datasets will be exported to D:\temp\2026_08_04_01_50_00_19257\Rtmpsj1h34\data1194c74dc5f80\object.yaml.
The file already exists and won't be overwritten. To overwrite this file, please set `overwrite = TRUE`.
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-get.R:2:5', 'test-get.R:32:5',
'test-update_database.R:4:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bin_count.R:38:5'): bin_count works with different format ────
Expected `bin_count(obj_chr)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:39:5'): bin_count works with different format ────
Expected `bin_count(obj_date)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:40:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXct)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:41:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXlt)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.4.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [4s/5s]
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") # nolint unused_import_linter undesirable_function_linter
> library("IssueTrackeR") # nolint unused_import_linter undesirable_function_linter
Currently, the default options are:
- location for datasets is /home/hornik/tmp/scratch/RtmpiqD2I7/data
- owner: rjdverse
- repo: rjdemetra
Attaching package: 'IssueTrackeR'
The following objects are masked from 'package:base':
append, sample
>
> test_check("IssueTrackeR")
Looking into closed_issues.yaml ...
The issues will be read from /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/IssueTrackeR.Rcheck/tests/testthat/data/closed_issues.yaml.
The labels will be read from /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/IssueTrackeR.Rcheck/tests/testthat/data/list_labels.yaml.
The milestones will be read from /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/IssueTrackeR.Rcheck/tests/testthat/data/list_milestones.yaml.
Saving _problems/test-bin_count-38.R
Saving _problems/test-bin_count-39.R
Saving _problems/test-bin_count-40.R
Saving _problems/test-bin_count-41.R
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
The datasets will be exported to /home/hornik/tmp/scratch/RtmpiqD2I7/list_issues.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpiqD2I7/list_labels.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpiqD2I7/list_milestones.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpiqD2I7/file351edc3bf355d5.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpiqD2I7/data351edc75985552/object.yaml.
The file already exists and won't be overwritten. To overwrite this file, please set `overwrite = TRUE`.
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-get.R:2:5', 'test-get.R:32:5',
'test-update_database.R:4:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bin_count.R:38:5'): bin_count works with different format ────
Expected `bin_count(obj_chr)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:39:5'): bin_count works with different format ────
Expected `bin_count(obj_date)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:40:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXct)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:41:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXlt)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.4.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/1s]
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") # nolint unused_import_linter undesirable_function_linter
> library("IssueTrackeR") # nolint unused_import_linter undesirable_function_linter
Currently, the default options are:
- location for datasets is /Volumes/Temp/tmp/Rtmpxa4Jgg/data
- owner: rjdverse
- repo: rjdemetra
Attaching package: 'IssueTrackeR'
The following objects are masked from 'package:base':
append, sample
>
> test_check("IssueTrackeR")
Looking into closed_issues.yaml ...
The issues will be read from /Volumes/Builds/packages/sonoma-arm64/results/4.6/IssueTrackeR.Rcheck/tests/testthat/data/closed_issues.yaml.
The labels will be read from /Volumes/Builds/packages/sonoma-arm64/results/4.6/IssueTrackeR.Rcheck/tests/testthat/data/list_labels.yaml.
The milestones will be read from /Volumes/Builds/packages/sonoma-arm64/results/4.6/IssueTrackeR.Rcheck/tests/testthat/data/list_milestones.yaml.
Saving _problems/test-bin_count-38.R
Saving _problems/test-bin_count-39.R
Saving _problems/test-bin_count-40.R
Saving _problems/test-bin_count-41.R
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
The datasets will be exported to /Volumes/Temp/tmp/Rtmpxa4Jgg/list_issues.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmpxa4Jgg/list_labels.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmpxa4Jgg/list_milestones.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmpxa4Jgg/file120d9dc5bebd.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmpxa4Jgg/data120d917475dc0/object.yaml.
The file already exists and won't be overwritten. To overwrite this file, please set `overwrite = TRUE`.
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-get.R:2:5', 'test-get.R:32:5',
'test-update_database.R:4:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bin_count.R:38:5'): bin_count works with different format ────
Expected `bin_count(obj_chr)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:39:5'): bin_count works with different format ────
Expected `bin_count(obj_date)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:40:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXct)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:41:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXlt)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-arm64
Version: 1.4.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [4s]
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") # nolint unused_import_linter undesirable_function_linter
> library("IssueTrackeR") # nolint unused_import_linter undesirable_function_linter
Currently, the default options are:
- location for datasets is D:\temp\2026_08_01_01_50_00_24787\RtmpkzHhjT\data
- owner: rjdverse
- repo: rjdemetra
Attaching package: 'IssueTrackeR'
The following objects are masked from 'package:base':
append, sample
>
> test_check("IssueTrackeR")
Looking into closed_issues.yaml ...
The issues will be read from D:\RCompile\CRANpkg\local\4.6\IssueTrackeR.Rcheck\tests\testthat\data\closed_issues.yaml.
The labels will be read from D:\RCompile\CRANpkg\local\4.6\IssueTrackeR.Rcheck\tests\testthat\data\list_labels.yaml.
The milestones will be read from D:\RCompile\CRANpkg\local\4.6\IssueTrackeR.Rcheck\tests\testthat\data\list_milestones.yaml.
Saving _problems/test-bin_count-38.R
Saving _problems/test-bin_count-39.R
Saving _problems/test-bin_count-40.R
Saving _problems/test-bin_count-41.R
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
The datasets will be exported to D:\temp\2026_08_01_01_50_00_24787\RtmpkzHhjT\list_issues.yaml.
The datasets will be exported to D:\temp\2026_08_01_01_50_00_24787\RtmpkzHhjT\list_labels.yaml.
The datasets will be exported to D:\temp\2026_08_01_01_50_00_24787\RtmpkzHhjT\list_milestones.yaml.
The datasets will be exported to D:\temp\2026_08_01_01_50_00_24787\RtmpkzHhjT\filec814571877d4.yaml.
The datasets will be exported to D:\temp\2026_08_01_01_50_00_24787\RtmpkzHhjT\datac8141b771fc9\object.yaml.
The file already exists and won't be overwritten. To overwrite this file, please set `overwrite = TRUE`.
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-get.R:2:5', 'test-get.R:32:5',
'test-update_database.R:4:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bin_count.R:38:5'): bin_count works with different format ────
Expected `bin_count(obj_chr)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:39:5'): bin_count works with different format ────
Expected `bin_count(obj_date)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:40:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXct)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:41:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXlt)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 1.4.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/1s]
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") # nolint unused_import_linter undesirable_function_linter
> library("IssueTrackeR") # nolint unused_import_linter undesirable_function_linter
Currently, the default options are:
- location for datasets is /Volumes/Temp/tmp/Rtmpyp2rUn/data
- owner: rjdverse
- repo: rjdemetra
Attaching package: 'IssueTrackeR'
The following objects are masked from 'package:base':
append, sample
>
> test_check("IssueTrackeR")
Looking into closed_issues.yaml ...
The issues will be read from /Volumes/Builds/packages/big-sur-arm64/results/4.5/IssueTrackeR.Rcheck/tests/testthat/data/closed_issues.yaml.
The labels will be read from /Volumes/Builds/packages/big-sur-arm64/results/4.5/IssueTrackeR.Rcheck/tests/testthat/data/list_labels.yaml.
The milestones will be read from /Volumes/Builds/packages/big-sur-arm64/results/4.5/IssueTrackeR.Rcheck/tests/testthat/data/list_milestones.yaml.
Saving _problems/test-bin_count-38.R
Saving _problems/test-bin_count-39.R
Saving _problems/test-bin_count-40.R
Saving _problems/test-bin_count-41.R
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
The datasets will be exported to /Volumes/Temp/tmp/Rtmpyp2rUn/list_issues.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmpyp2rUn/list_labels.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmpyp2rUn/list_milestones.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmpyp2rUn/file160a374f67610.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmpyp2rUn/data160a32aedc0e1/object.yaml.
The file already exists and won't be overwritten. To overwrite this file, please set `overwrite = TRUE`.
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-get.R:2:5', 'test-get.R:32:5',
'test-update_database.R:4:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bin_count.R:38:5'): bin_count works with different format ────
Expected `bin_count(obj_chr)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:39:5'): bin_count works with different format ────
Expected `bin_count(obj_date)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:40:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXct)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:41:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXlt)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 1.4.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [5s]
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") # nolint unused_import_linter undesirable_function_linter
> library("IssueTrackeR") # nolint unused_import_linter undesirable_function_linter
Currently, the default options are:
- location for datasets is D:\temp\2026_08_03_20_46_53_25402\RtmpsZzssi\data
- owner: rjdverse
- repo: rjdemetra
Attaching package: 'IssueTrackeR'
The following objects are masked from 'package:base':
append, sample
>
> test_check("IssueTrackeR")
Looking into closed_issues.yaml ...
The issues will be read from D:\RCompile\CRANpkg\local\4.5\IssueTrackeR.Rcheck\tests\testthat\data\closed_issues.yaml.
The labels will be read from D:\RCompile\CRANpkg\local\4.5\IssueTrackeR.Rcheck\tests\testthat\data\list_labels.yaml.
The milestones will be read from D:\RCompile\CRANpkg\local\4.5\IssueTrackeR.Rcheck\tests\testthat\data\list_milestones.yaml.
Saving _problems/test-bin_count-38.R
Saving _problems/test-bin_count-39.R
Saving _problems/test-bin_count-40.R
Saving _problems/test-bin_count-41.R
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#958 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
-- Issue jdemetra/jdplus-main#963 --
The datasets will be exported to D:\temp\2026_08_03_20_46_53_25402\RtmpsZzssi\list_issues.yaml.
The datasets will be exported to D:\temp\2026_08_03_20_46_53_25402\RtmpsZzssi\list_labels.yaml.
The datasets will be exported to D:\temp\2026_08_03_20_46_53_25402\RtmpsZzssi\list_milestones.yaml.
The datasets will be exported to D:\temp\2026_08_03_20_46_53_25402\RtmpsZzssi\file14607b211dd1.yaml.
The datasets will be exported to D:\temp\2026_08_03_20_46_53_25402\RtmpsZzssi\data1460216f29c0\object.yaml.
The file already exists and won't be overwritten. To overwrite this file, please set `overwrite = TRUE`.
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-get.R:2:5', 'test-get.R:32:5',
'test-update_database.R:4:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bin_count.R:38:5'): bin_count works with different format ────
Expected `bin_count(obj_chr)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:39:5'): bin_count works with different format ────
Expected `bin_count(obj_date)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:40:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXct)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
── Failure ('test-bin_count.R:41:5'): bin_count works with different format ────
Expected `bin_count(obj_POSIXlt)` to be identical to `rep(c(1L, 2L, 0L), c(1L, 1L, 39L))`.
Differences:
`actual[39:42]`: 0 0 0 0
`expected[39:41]`: 0 0 0
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 218 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64