CRAN Package Check Results for Package IssueTrackeR

Last updated on 2026-08-05 09:50:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.1 3.96 45.12 49.08 ERROR
r-devel-linux-x86_64-debian-gcc 1.4.1 3.00 33.77 36.77 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 5.00 61.00 66.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 8.00 68.00 76.00 ERROR

Check Details

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/RtmpLXViuh/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-clang/Work/PKGS/IssueTrackeR.Rcheck/tests/testthat/data/closed_issues.yaml. The labels will be read from /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/IssueTrackeR.Rcheck/tests/testthat/data/list_labels.yaml. The milestones will be read from /home/hornik/tmp/R.check/r-devel-clang/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/RtmpLXViuh/list_issues.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpLXViuh/list_labels.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpLXViuh/list_milestones.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpLXViuh/fileb550f6ed13b24.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpLXViuh/datab550f730e51c0/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-clang

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/RtmpDs5Orq/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/RtmpDs5Orq/list_issues.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpDs5Orq/list_labels.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpDs5Orq/list_milestones.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpDs5Orq/file71e0b5cbb398b.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpDs5Orq/data71e0b3810d7a0/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: 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\Rtmp4AVIl4\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\Rtmp4AVIl4\list_issues.yaml. The datasets will be exported to D:\temp\2026_08_04_01_50_00_19257\Rtmp4AVIl4\list_labels.yaml. The datasets will be exported to D:\temp\2026_08_04_01_50_00_19257\Rtmp4AVIl4\list_milestones.yaml. The datasets will be exported to D:\temp\2026_08_04_01_50_00_19257\Rtmp4AVIl4\file2c20479e3f74.yaml. The datasets will be exported to D:\temp\2026_08_04_01_50_00_19257\Rtmp4AVIl4\data2c205d527721\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/RtmpJD545i/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/RtmpJD545i/list_issues.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpJD545i/list_labels.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpJD545i/list_milestones.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpJD545i/filee48734fcc528.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpJD545i/datae487122e93c8/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/RtmpFo32nF/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/RtmpFo32nF/list_issues.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpFo32nF/list_labels.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpFo32nF/list_milestones.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpFo32nF/file16b1759c8f803.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpFo32nF/data16b1735c0b9ef/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\RtmpKoHmPU\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\RtmpKoHmPU\list_issues.yaml. The datasets will be exported to D:\temp\2026_08_03_20_46_53_25402\RtmpKoHmPU\list_labels.yaml. The datasets will be exported to D:\temp\2026_08_03_20_46_53_25402\RtmpKoHmPU\list_milestones.yaml. The datasets will be exported to D:\temp\2026_08_03_20_46_53_25402\RtmpKoHmPU\file97bc63557e07.yaml. The datasets will be exported to D:\temp\2026_08_03_20_46_53_25402\RtmpKoHmPU\data97bc67ef7b60\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