CRAN Package Check Results for Package IssueTrackeR

Last updated on 2026-08-19 00:56:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.1 4.10 44.21 48.31 ERROR
r-devel-linux-x86_64-debian-gcc 1.4.1 2.55 34.03 36.58 ERROR
r-devel-linux-x86_64-fedora-clang 1.4.1 31.88 ERROR
r-devel-linux-x86_64-fedora-gcc 1.4.1 30.01 ERROR
r-devel-windows-x86_64 1.4.1 5.00 63.00 68.00 ERROR
r-patched-linux-x86_64 1.4.1 3.84 40.92 44.76 ERROR
r-release-linux-x86_64 1.4.1 3.84 41.44 45.28 ERROR
r-release-macos-arm64 1.4.1 1.00 15.00 16.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 5.00 0.00 5.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.1 8.00 75.00 83.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/RtmpdQBUVE/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/RtmpdQBUVE/list_issues.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpdQBUVE/list_labels.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpdQBUVE/list_milestones.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpdQBUVE/file291a0765c0b9d5.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpdQBUVE/data291a073bb8dad0/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/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/Rtmp2Ms8lr/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/Rtmp2Ms8lr/list_issues.yaml. The datasets will be exported to /home/hornik/tmp/scratch/Rtmp2Ms8lr/list_labels.yaml. The datasets will be exported to /home/hornik/tmp/scratch/Rtmp2Ms8lr/list_milestones.yaml. The datasets will be exported to /home/hornik/tmp/scratch/Rtmp2Ms8lr/file203af01fb1c58.yaml. The datasets will be exported to /home/hornik/tmp/scratch/Rtmp2Ms8lr/data203af01e76741c/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/Rtmpn9oYUi/working_dir/Rtmpwbxb48/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-clang/IssueTrackeR.Rcheck/tests/testthat/data/closed_issues.yaml. The labels will be read from /data/localhost/ripley/R/packages/tests-clang/IssueTrackeR.Rcheck/tests/testthat/data/list_labels.yaml. The milestones will be read from /data/localhost/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/Rtmpn9oYUi/working_dir/Rtmpwbxb48/list_issues.yaml. The datasets will be exported to /tmp/Rtmpn9oYUi/working_dir/Rtmpwbxb48/list_labels.yaml. The datasets will be exported to /tmp/Rtmpn9oYUi/working_dir/Rtmpwbxb48/list_milestones.yaml. The datasets will be exported to /tmp/Rtmpn9oYUi/working_dir/Rtmpwbxb48/file19233b1cee8124.yaml. The datasets will be exported to /tmp/Rtmpn9oYUi/working_dir/Rtmpwbxb48/data19233b67e38d28/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/RtmpO8YnFJ/working_dir/Rtmpc5VJU2/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/RtmpO8YnFJ/working_dir/Rtmpc5VJU2/list_issues.yaml. The datasets will be exported to /tmp/RtmpO8YnFJ/working_dir/Rtmpc5VJU2/list_labels.yaml. The datasets will be exported to /tmp/RtmpO8YnFJ/working_dir/Rtmpc5VJU2/list_milestones.yaml. The datasets will be exported to /tmp/RtmpO8YnFJ/working_dir/Rtmpc5VJU2/file87cd41c28b2c7.yaml. The datasets will be exported to /tmp/RtmpO8YnFJ/working_dir/Rtmpc5VJU2/data87cd4578fa80/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_11_01_50_00_28200\RtmpwFq32W\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_11_01_50_00_28200\RtmpwFq32W\list_issues.yaml. The datasets will be exported to D:\temp\2026_08_11_01_50_00_28200\RtmpwFq32W\list_labels.yaml. The datasets will be exported to D:\temp\2026_08_11_01_50_00_28200\RtmpwFq32W\list_milestones.yaml. The datasets will be exported to D:\temp\2026_08_11_01_50_00_28200\RtmpwFq32W\file10780269d4bbc.yaml. The datasets will be exported to D:\temp\2026_08_11_01_50_00_28200\RtmpwFq32W\data10780d8d6508\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/Rtmp175aov/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-patched-gcc/Work/PKGS/IssueTrackeR.Rcheck/tests/testthat/data/closed_issues.yaml. The labels will be read from /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/IssueTrackeR.Rcheck/tests/testthat/data/list_labels.yaml. The milestones will be read from /home/hornik/tmp/R.check/r-patched-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/Rtmp175aov/list_issues.yaml. The datasets will be exported to /home/hornik/tmp/scratch/Rtmp175aov/list_labels.yaml. The datasets will be exported to /home/hornik/tmp/scratch/Rtmp175aov/list_milestones.yaml. The datasets will be exported to /home/hornik/tmp/scratch/Rtmp175aov/filea8621218c2b0e.yaml. The datasets will be exported to /home/hornik/tmp/scratch/Rtmp175aov/dataa8621423892e0/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-patched-linux-x86_64

Version: 1.4.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [4s/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 /home/hornik/tmp/scratch/RtmpIFdu4N/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/RtmpIFdu4N/list_issues.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpIFdu4N/list_labels.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpIFdu4N/list_milestones.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpIFdu4N/file8b9111a1bbff2.yaml. The datasets will be exported to /home/hornik/tmp/scratch/RtmpIFdu4N/data8b91160f29124/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/Rtmp18Oi2Z/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/Rtmp18Oi2Z/list_issues.yaml. The datasets will be exported to /Volumes/Temp/tmp/Rtmp18Oi2Z/list_labels.yaml. The datasets will be exported to /Volumes/Temp/tmp/Rtmp18Oi2Z/list_milestones.yaml. The datasets will be exported to /Volumes/Temp/tmp/Rtmp18Oi2Z/filede0a299bdd8b.yaml. The datasets will be exported to /Volumes/Temp/tmp/Rtmp18Oi2Z/datade0a764ad499/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_12_01_50_00_15434\RtmpKc3O7K\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_12_01_50_00_15434\RtmpKc3O7K\list_issues.yaml. The datasets will be exported to D:\temp\2026_08_12_01_50_00_15434\RtmpKc3O7K\list_labels.yaml. The datasets will be exported to D:\temp\2026_08_12_01_50_00_15434\RtmpKc3O7K\list_milestones.yaml. The datasets will be exported to D:\temp\2026_08_12_01_50_00_15434\RtmpKc3O7K\filec0ac3b8f2b68.yaml. The datasets will be exported to D:\temp\2026_08_12_01_50_00_15434\RtmpKc3O7K\datac0ac4bc919e8\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/RtmpUhHP5O/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/RtmpUhHP5O/list_issues.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpUhHP5O/list_labels.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpUhHP5O/list_milestones.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpUhHP5O/file11286147aacf2.yaml. The datasets will be exported to /Volumes/Temp/tmp/RtmpUhHP5O/data11286527f117/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_17_01_50_00_17140\RtmpW8FEgq\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_17_01_50_00_17140\RtmpW8FEgq\list_issues.yaml. The datasets will be exported to D:\temp\2026_08_17_01_50_00_17140\RtmpW8FEgq\list_labels.yaml. The datasets will be exported to D:\temp\2026_08_17_01_50_00_17140\RtmpW8FEgq\list_milestones.yaml. The datasets will be exported to D:\temp\2026_08_17_01_50_00_17140\RtmpW8FEgq\file10064bc3700b.yaml. The datasets will be exported to D:\temp\2026_08_17_01_50_00_17140\RtmpW8FEgq\data100646521184\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

mirror server hosted at Truenetwork, Russian Federation.