Last updated on 2026-08-06 07:51:42 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 | 2.80 | 34.59 | 37.39 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.4.1 | 34.21 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.4.1 | 32.80 | ERROR | |||
| r-devel-windows-x86_64 | 1.4.1 | 5.00 | 61.00 | 66.00 | ERROR | |
| r-patched-linux-x86_64 | 1.4.1 | 3.97 | 40.90 | 44.87 | ERROR | |
| 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 | 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 | 68.00 | 76.00 | ERROR |
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/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/Rtmp0geZXp/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/Rtmp0geZXp/list_issues.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/Rtmp0geZXp/list_labels.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/Rtmp0geZXp/list_milestones.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/Rtmp0geZXp/file21a87c19299fff.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/Rtmp0geZXp/data21a87c3c1a6f23/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/Rtmp87T1y6/working_dir/RtmpZPsPLO/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/Rtmp87T1y6/working_dir/RtmpZPsPLO/list_issues.yaml.
The datasets will be exported to /tmp/Rtmp87T1y6/working_dir/RtmpZPsPLO/list_labels.yaml.
The datasets will be exported to /tmp/Rtmp87T1y6/working_dir/RtmpZPsPLO/list_milestones.yaml.
The datasets will be exported to /tmp/Rtmp87T1y6/working_dir/RtmpZPsPLO/file23d35de5c09a5.yaml.
The datasets will be exported to /tmp/Rtmp87T1y6/working_dir/RtmpZPsPLO/data23d35d2762e8e/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/RtmpPy105G/working_dir/Rtmp6lwRp3/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/RtmpPy105G/working_dir/Rtmp6lwRp3/list_issues.yaml.
The datasets will be exported to /tmp/RtmpPy105G/working_dir/Rtmp6lwRp3/list_labels.yaml.
The datasets will be exported to /tmp/RtmpPy105G/working_dir/Rtmp6lwRp3/list_milestones.yaml.
The datasets will be exported to /tmp/RtmpPy105G/working_dir/Rtmp6lwRp3/file2abe93491bb487.yaml.
The datasets will be exported to /tmp/RtmpPy105G/working_dir/Rtmp6lwRp3/data2abe9379ad6be9/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/Rtmpdxfm2J/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/Rtmpdxfm2J/list_issues.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/Rtmpdxfm2J/list_labels.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/Rtmpdxfm2J/list_milestones.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/Rtmpdxfm2J/file2b147e2df92cc9.yaml.
The datasets will be exported to /home/hornik/tmp/scratch/Rtmpdxfm2J/data2b147e400c20e8/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/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/RtmpfLM4BQ/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/RtmpfLM4BQ/list_issues.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpfLM4BQ/list_labels.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpfLM4BQ/list_milestones.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpfLM4BQ/filed421b2d0966.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpfLM4BQ/datad4214910f40d/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/RtmpFtkxyu/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/RtmpFtkxyu/list_issues.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpFtkxyu/list_labels.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpFtkxyu/list_milestones.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpFtkxyu/file111921bc5e4ab.yaml.
The datasets will be exported to /Volumes/Temp/tmp/RtmpFtkxyu/data11192507b46e3/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