Last updated on 2026-08-03 03:50:35 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 | 2.98 | 33.47 | 36.45 | 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/RtmpBDjVU6/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/RtmpBDjVU6/list_issues.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpBDjVU6/list_labels.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpBDjVU6/list_milestones.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpBDjVU6/fileed68a4d3b962d.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/RtmpBDjVU6/dataed68a545ed454/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/Rtmp1G09v1’ ‘~/tmp/scratch/Rtmp1PMXCd’
‘~/tmp/scratch/Rtmp1WdZSc’ ‘~/tmp/scratch/Rtmp1ewXEo’
‘~/tmp/scratch/Rtmp27MqgN’ ‘~/tmp/scratch/Rtmp28DFyI’
‘~/tmp/scratch/Rtmp2UTUab’ ‘~/tmp/scratch/Rtmp2fThbX’
‘~/tmp/scratch/Rtmp2iJ7RK’ ‘~/tmp/scratch/Rtmp3IYOZg’
‘~/tmp/scratch/Rtmp43oB60’ ‘~/tmp/scratch/Rtmp4DBhab’
‘~/tmp/scratch/Rtmp4reee1’ ‘~/tmp/scratch/Rtmp5jVmnD’
‘~/tmp/scratch/Rtmp64rVsu’ ‘~/tmp/scratch/Rtmp6acakI’
‘~/tmp/scratch/Rtmp8BrOHk’ ‘~/tmp/scratch/Rtmp9FEAZE’
‘~/tmp/scratch/Rtmp9GKvPU’ ‘~/tmp/scratch/Rtmp9s0WQ1’
‘~/tmp/scratch/RtmpBoi1MI’ ‘~/tmp/scratch/RtmpCJW6uW’
‘~/tmp/scratch/RtmpDZhjt8’ ‘~/tmp/scratch/RtmpDq8F6V’
‘~/tmp/scratch/RtmpE6gQRC’ ‘~/tmp/scratch/RtmpEQ71aN’
‘~/tmp/scratch/RtmpF2rgjP’ ‘~/tmp/scratch/RtmpF7C8lN’
‘~/tmp/scratch/RtmpFVIgmN’ ‘~/tmp/scratch/RtmpFy0NHa’
‘~/tmp/scratch/RtmpG8HFva’ ‘~/tmp/scratch/RtmpHjO7OW’
‘~/tmp/scratch/RtmpIKwcSv’ ‘~/tmp/scratch/RtmpITLPZp’
‘~/tmp/scratch/RtmpIjz3CD’ ‘~/tmp/scratch/RtmpIk9fUI’
‘~/tmp/scratch/RtmpIxmhVB’ ‘~/tmp/scratch/RtmpLFdIpm’
‘~/tmp/scratch/RtmpLMO4I5’ ‘~/tmp/scratch/RtmpNAyxii’
‘~/tmp/scratch/RtmpNGMBO5’ ‘~/tmp/scratch/RtmpNNhysG’
‘~/tmp/scratch/RtmpNSmeh0’ ‘~/tmp/scratch/RtmpNjAByP’
‘~/tmp/scratch/RtmpOVebu5’ ‘~/tmp/scratch/RtmpOgkBFy’
‘~/tmp/scratch/RtmpPSGMp3’ ‘~/tmp/scratch/RtmpPZCn22’
‘~/tmp/scratch/RtmpPhLLUR’ ‘~/tmp/scratch/RtmpQJj38k’
‘~/tmp/scratch/RtmpQaZKVK’ ‘~/tmp/scratch/RtmpRH7BA1’
‘~/tmp/scratch/RtmpSBB421’ ‘~/tmp/scratch/RtmpTIK0nS’
‘~/tmp/scratch/RtmpTJcnRx’ ‘~/tmp/scratch/RtmpUDq1E4’
‘~/tmp/scratch/RtmpUIBj6M’ ‘~/tmp/scratch/RtmpUK75WQ’
‘~/tmp/scratch/RtmpUMAJXu’ ‘~/tmp/scratch/RtmpUX4Ts1’
‘~/tmp/scratch/RtmpUm2981’ ‘~/tmp/scratch/RtmpV9BRr7’
‘~/tmp/scratch/RtmpVXjm6h’ ‘~/tmp/scratch/RtmpVfUfF9’
‘~/tmp/scratch/RtmpWF575r’ ‘~/tmp/scratch/RtmpWtqf8a’
‘~/tmp/scratch/RtmpXYsNcm’ ‘~/tmp/scratch/RtmpYRq89K’
‘~/tmp/scratch/RtmpYv7vH3’ ‘~/tmp/scratch/RtmpZOdrr7’
‘~/tmp/scratch/RtmpZOu93W’ ‘~/tmp/scratch/RtmpZaYINe’
‘~/tmp/scratch/RtmpZgb9fJ’ ‘~/tmp/scratch/RtmpZkhhkU’
‘~/tmp/scratch/RtmpaGLuz1’ ‘~/tmp/scratch/RtmpbA05JH’
‘~/tmp/scratch/RtmpbYg1LK’ ‘~/tmp/scratch/RtmpcBjED9’
‘~/tmp/scratch/RtmpcODKmn’ ‘~/tmp/scratch/Rtmpd59HlG’
‘~/tmp/scratch/RtmpdL9DD4’ ‘~/tmp/scratch/RtmpduI9eW’
‘~/tmp/scratch/RtmpfglmED’ ‘~/tmp/scratch/Rtmphg0P2X’
‘~/tmp/scratch/Rtmpi0cB9L’ ‘~/tmp/scratch/RtmpiPz1Nh’
‘~/tmp/scratch/Rtmpk8H9Yp’ ‘~/tmp/scratch/Rtmpm3Mf4I’
‘~/tmp/scratch/RtmpmYKNnV’ ‘~/tmp/scratch/RtmpntQ3Zy’
‘~/tmp/scratch/RtmpnyHP8Q’ ‘~/tmp/scratch/RtmppAOCS0’
‘~/tmp/scratch/Rtmpq8R3fY’ ‘~/tmp/scratch/RtmpqAXMuF’
‘~/tmp/scratch/RtmpqS4LFi’ ‘~/tmp/scratch/RtmpqzZdjQ’
‘~/tmp/scratch/Rtmpr6zmQX’ ‘~/tmp/scratch/RtmprBGnhp’
‘~/tmp/scratch/Rtmpsk375z’ ‘~/tmp/scratch/Rtmpt6taYe’
‘~/tmp/scratch/Rtmpt82Hj2’ ‘~/tmp/scratch/RtmptpM9AF’
‘~/tmp/scratch/RtmpuFzFBc’ ‘~/tmp/scratch/RtmpufAjsN’
‘~/tmp/scratch/RtmpurtdUZ’ ‘~/tmp/scratch/RtmpvJVHBE’
‘~/tmp/scratch/RtmpvikMzJ’ ‘~/tmp/scratch/RtmpwYf6XM’
‘~/tmp/scratch/RtmpyLPTcp’ ‘~/tmp/scratch/RtmpzXTeg7’
‘~/tmp/scratch/xvfb-run.1iVK69’ ‘~/tmp/scratch/xvfb-run.2HwnS3’
‘~/tmp/scratch/xvfb-run.3LgsbJ’ ‘~/tmp/scratch/xvfb-run.5X39T0’
‘~/tmp/scratch/xvfb-run.9cgIuy’ ‘~/tmp/scratch/xvfb-run.BCUlS8’
‘~/tmp/scratch/xvfb-run.HTmpvW’ ‘~/tmp/scratch/xvfb-run.Jg1arT’
‘~/tmp/scratch/xvfb-run.Kmm08g’ ‘~/tmp/scratch/xvfb-run.NZ8OdH’
‘~/tmp/scratch/xvfb-run.SWi5z6’ ‘~/tmp/scratch/xvfb-run.TGf7Pb’
‘~/tmp/scratch/xvfb-run.TIicPB’ ‘~/tmp/scratch/xvfb-run.TNPQWy’
‘~/tmp/scratch/xvfb-run.TzONrY’ ‘~/tmp/scratch/xvfb-run.UuVOP1’
‘~/tmp/scratch/xvfb-run.UwHL8x’ ‘~/tmp/scratch/xvfb-run.XcPBj4’
‘~/tmp/scratch/xvfb-run.XouyvZ’ ‘~/tmp/scratch/xvfb-run.Z4Yq7Z’
‘~/tmp/scratch/xvfb-run.ZNp3kq’ ‘~/tmp/scratch/xvfb-run.ZuXQfr’
‘~/tmp/scratch/xvfb-run.auEZdc’ ‘~/tmp/scratch/xvfb-run.cEchfP’
‘~/tmp/scratch/xvfb-run.cTq8x8’ ‘~/tmp/scratch/xvfb-run.eukEpV’
‘~/tmp/scratch/xvfb-run.hiWXzV’ ‘~/tmp/scratch/xvfb-run.jF4hSB’
‘~/tmp/scratch/xvfb-run.jY9d6B’ ‘~/tmp/scratch/xvfb-run.lVtGm0’
‘~/tmp/scratch/xvfb-run.owPqKo’ ‘~/tmp/scratch/xvfb-run.r8ur56’
‘~/tmp/scratch/xvfb-run.vReRB3’ ‘~/tmp/scratch/xvfb-run.wOiDNo’
‘~/tmp/scratch/xvfb-run.xyobI6’ ‘~/tmp/scratch/xvfb-run.zJSt1U’
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/Rtmp7lfSgk/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/Rtmp7lfSgk/list_issues.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmp7lfSgk/list_labels.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmp7lfSgk/list_milestones.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmp7lfSgk/filecd531298d0ed.yaml.
The datasets will be exported to /Volumes/Temp/tmp/Rtmp7lfSgk/datacd532a38eb81/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/RtmpY5pnuD/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/RtmpY5pnuD/list_issues.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpY5pnuD/list_labels.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpY5pnuD/list_milestones.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpY5pnuD/file1524433aa45ee.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpY5pnuD/data152442a892b43/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