Last updated on 2026-08-02 12:51:55 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.02 | 33.92 | 36.94 | 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.0 | 6.00 | 434.00 | 440.00 | OK | |
| 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 | 9.00 | 83.00 | 92.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.4.1 | 1.00 | 17.00 | 18.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.4.1 | 3.00 | 54.00 | 57.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.0 | 8.00 | 335.00 | 343.00 | OK |
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/RtmppS3DC3/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/RtmppS3DC3/list_issues.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmppS3DC3/list_labels.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmppS3DC3/list_milestones.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmppS3DC3/file3246047ba7fc14.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmppS3DC3/data324604427d69c4/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/Rtmp09zIqT’ ‘~/tmp/scratch/Rtmp0IVXo4’
‘~/tmp/scratch/Rtmp1N5rxM’ ‘~/tmp/scratch/Rtmp1rWef6’
‘~/tmp/scratch/Rtmp373EMC’ ‘~/tmp/scratch/Rtmp3HIocW’
‘~/tmp/scratch/Rtmp3fSeBE’ ‘~/tmp/scratch/Rtmp3hPcR6’
‘~/tmp/scratch/Rtmp4V2qzr’ ‘~/tmp/scratch/Rtmp4aTzRi’
‘~/tmp/scratch/Rtmp50Zj9W’ ‘~/tmp/scratch/Rtmp56lJzb’
‘~/tmp/scratch/Rtmp5HIHtT’ ‘~/tmp/scratch/Rtmp5Rusnk’
‘~/tmp/scratch/Rtmp640hhw’ ‘~/tmp/scratch/Rtmp6c8SIf’
‘~/tmp/scratch/Rtmp6yZzi5’ ‘~/tmp/scratch/Rtmp7PYWq2’
‘~/tmp/scratch/Rtmp7UFqTo’ ‘~/tmp/scratch/Rtmp7tlwQU’
‘~/tmp/scratch/Rtmp9kbIu9’ ‘~/tmp/scratch/RtmpAFdrPR’
‘~/tmp/scratch/RtmpBpinko’ ‘~/tmp/scratch/RtmpByNcHc’
‘~/tmp/scratch/RtmpC9VghN’ ‘~/tmp/scratch/RtmpCAv9fp’
‘~/tmp/scratch/RtmpCBKs9f’ ‘~/tmp/scratch/RtmpCaP4Ms’
‘~/tmp/scratch/RtmpCz6ggA’ ‘~/tmp/scratch/RtmpDIYCCE’
‘~/tmp/scratch/RtmpDIZvPp’ ‘~/tmp/scratch/RtmpDdmnTS’
‘~/tmp/scratch/RtmpEHVpvb’ ‘~/tmp/scratch/RtmpEMuxNk’
‘~/tmp/scratch/RtmpERRfDK’ ‘~/tmp/scratch/RtmpEttunp’
‘~/tmp/scratch/RtmpFYvnIj’ ‘~/tmp/scratch/RtmpGG6TE3’
‘~/tmp/scratch/RtmpGYE9jP’ ‘~/tmp/scratch/RtmpGj9Oki’
‘~/tmp/scratch/RtmpHk2UXv’ ‘~/tmp/scratch/RtmpI6WlHE’
‘~/tmp/scratch/RtmpIViVNb’ ‘~/tmp/scratch/RtmpJbSKvf’
‘~/tmp/scratch/RtmpKNkEfr’ ‘~/tmp/scratch/RtmpKgj0IJ’
‘~/tmp/scratch/RtmpLD2tFr’ ‘~/tmp/scratch/RtmpLHGUQs’
‘~/tmp/scratch/RtmpLKnC2P’ ‘~/tmp/scratch/RtmpLSsvQw’
‘~/tmp/scratch/RtmpM0Lmz7’ ‘~/tmp/scratch/RtmpM7UjNM’
‘~/tmp/scratch/RtmpMS2qXq’ ‘~/tmp/scratch/RtmpMoXOyY’
‘~/tmp/scratch/RtmpMy2DRB’ ‘~/tmp/scratch/RtmpNDPnzc’
‘~/tmp/scratch/RtmpNfNFSl’ ‘~/tmp/scratch/RtmpNyYNWb’
‘~/tmp/scratch/RtmpO8Logy’ ‘~/tmp/scratch/RtmpOLi1a6’
‘~/tmp/scratch/RtmpOSDsFf’ ‘~/tmp/scratch/RtmpOVMxnr’
‘~/tmp/scratch/RtmpOwQdDr’ ‘~/tmp/scratch/RtmpR3M0ZD’
‘~/tmp/scratch/RtmpRBt7Yc’ ‘~/tmp/scratch/RtmpRYZRmb’
‘~/tmp/scratch/RtmpRboPkM’ ‘~/tmp/scratch/RtmpS6hXGU’
‘~/tmp/scratch/RtmpSrQelR’ ‘~/tmp/scratch/RtmpTUv67T’
‘~/tmp/scratch/RtmpUUdBMK’ ‘~/tmp/scratch/RtmpVRcqgc’
‘~/tmp/scratch/RtmpWEPFXr’ ‘~/tmp/scratch/RtmpWPP108’
‘~/tmp/scratch/RtmpXjI1OS’ ‘~/tmp/scratch/RtmpYTqtYd’
‘~/tmp/scratch/RtmpZ5EGdx’ ‘~/tmp/scratch/RtmpZermPg’
‘~/tmp/scratch/RtmpZni6rv’ ‘~/tmp/scratch/RtmpZuxmlS’
‘~/tmp/scratch/RtmpaFG3Kn’ ‘~/tmp/scratch/Rtmpar5QX7’
‘~/tmp/scratch/Rtmpbbj1U2’ ‘~/tmp/scratch/Rtmpbx0lRr’
‘~/tmp/scratch/RtmpdUPWlC’ ‘~/tmp/scratch/RtmpdnR058’
‘~/tmp/scratch/RtmpfxMpjk’ ‘~/tmp/scratch/Rtmpgr21IA’
‘~/tmp/scratch/RtmpiLYo7x’ ‘~/tmp/scratch/Rtmpj3z1VQ’
‘~/tmp/scratch/RtmplR0du1’ ‘~/tmp/scratch/Rtmpm3olj5’
‘~/tmp/scratch/RtmpmjxPqd’ ‘~/tmp/scratch/Rtmpookpz0’
‘~/tmp/scratch/RtmppbkCP8’ ‘~/tmp/scratch/RtmppeZiIe’
‘~/tmp/scratch/RtmppjE6tE’ ‘~/tmp/scratch/Rtmpplktqr’
‘~/tmp/scratch/Rtmps7jO92’ ‘~/tmp/scratch/RtmpsuTrjk’
‘~/tmp/scratch/RtmptW2erx’ ‘~/tmp/scratch/RtmptYzSUe’
‘~/tmp/scratch/RtmptZy6j5’ ‘~/tmp/scratch/Rtmptkw0cn’
‘~/tmp/scratch/RtmptpSvv9’ ‘~/tmp/scratch/RtmpuMGE8U’
‘~/tmp/scratch/RtmpvMhvZ1’ ‘~/tmp/scratch/RtmpvOuODL’
‘~/tmp/scratch/Rtmpvbdaqc’ ‘~/tmp/scratch/RtmpvwkLQb’
‘~/tmp/scratch/RtmpwEg2IG’ ‘~/tmp/scratch/Rtmpyk0FXh’
‘~/tmp/scratch/RtmpyuPyLU’ ‘~/tmp/scratch/RtmpyuxPzV’
‘~/tmp/scratch/RtmpznauXI’ ‘~/tmp/scratch/Rtmpzwccxg’
‘~/tmp/scratch/xvfb-run.0FBVHy’ ‘~/tmp/scratch/xvfb-run.0Hn1Nd’
‘~/tmp/scratch/xvfb-run.0MiqUc’ ‘~/tmp/scratch/xvfb-run.2tSKFF’
‘~/tmp/scratch/xvfb-run.3h5bvl’ ‘~/tmp/scratch/xvfb-run.3p3fzN’
‘~/tmp/scratch/xvfb-run.5njVTg’ ‘~/tmp/scratch/xvfb-run.6DSwmP’
‘~/tmp/scratch/xvfb-run.8YpTvW’ ‘~/tmp/scratch/xvfb-run.DcGFv5’
‘~/tmp/scratch/xvfb-run.DfZCfq’ ‘~/tmp/scratch/xvfb-run.FHV8TM’
‘~/tmp/scratch/xvfb-run.GWSTWL’ ‘~/tmp/scratch/xvfb-run.IBZMy8’
‘~/tmp/scratch/xvfb-run.JcJsJN’ ‘~/tmp/scratch/xvfb-run.Mc7tR5’
‘~/tmp/scratch/xvfb-run.OkeoI2’ ‘~/tmp/scratch/xvfb-run.QNONYq’
‘~/tmp/scratch/xvfb-run.SXqrZH’ ‘~/tmp/scratch/xvfb-run.TvrFZ7’
‘~/tmp/scratch/xvfb-run.Vs3FW0’ ‘~/tmp/scratch/xvfb-run.XQ0DOQ’
‘~/tmp/scratch/xvfb-run.Y5ogkd’ ‘~/tmp/scratch/xvfb-run.YyU39Q’
‘~/tmp/scratch/xvfb-run.cmhrbe’ ‘~/tmp/scratch/xvfb-run.f9Pufm’
‘~/tmp/scratch/xvfb-run.gGbDJL’ ‘~/tmp/scratch/xvfb-run.ii39IE’
‘~/tmp/scratch/xvfb-run.ljqMS6’ ‘~/tmp/scratch/xvfb-run.nANNID’
‘~/tmp/scratch/xvfb-run.oV3mE7’ ‘~/tmp/scratch/xvfb-run.plSk1E’
‘~/tmp/scratch/xvfb-run.pvxwUW’ ‘~/tmp/scratch/xvfb-run.sQxcFt’
‘~/tmp/scratch/xvfb-run.xt32T7’ ‘~/tmp/scratch/xvfb-run.yA5xut’
‘~/tmp/scratch/xvfb-run.yR5pAG’ ‘~/tmp/scratch/xvfb-run.yTRaFL’
‘~/tmp/scratch/xvfb-run.zbtSQw’
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/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/Rtmp6UNjiB/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/Rtmp6UNjiB/list_issues.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmp6UNjiB/list_labels.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmp6UNjiB/list_milestones.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmp6UNjiB/filefb8b5b3a7720.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmp6UNjiB/datafb8b1c92dcb5/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\RtmpEpJnBM\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\RtmpEpJnBM\list_issues.yaml.
The datasets will be exported to D:\temp\2026_08_01_01_50_00_24787\RtmpEpJnBM\list_labels.yaml.
The datasets will be exported to D:\temp\2026_08_01_01_50_00_24787\RtmpEpJnBM\list_milestones.yaml.
The datasets will be exported to D:\temp\2026_08_01_01_50_00_24787\RtmpEpJnBM\file7fd43b1130d8.yaml.
The datasets will be exported to D:\temp\2026_08_01_01_50_00_24787\RtmpEpJnBM\data7fd467671416\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/RtmpnhrMfn/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/RtmpnhrMfn/list_issues.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpnhrMfn/list_labels.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpnhrMfn/list_milestones.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpnhrMfn/file14c3c1b11849e.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpnhrMfn/data14c3c2d5c1c33/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