Last updated on 2025-12-20 15:50:39 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2025.5.13 | 18.56 | 52.17 | 70.73 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2025.5.13 | 13.32 | 37.64 | 50.96 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2025.5.13 | 41.00 | 85.29 | 126.29 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2025.5.13 | 37.00 | 97.25 | 134.25 | ERROR | |
| r-devel-windows-x86_64 | 2025.5.13 | 23.00 | 101.00 | 124.00 | OK | |
| r-patched-linux-x86_64 | 2025.5.13 | 19.84 | 57.14 | 76.98 | OK | |
| r-release-linux-x86_64 | 2025.5.13 | 19.62 | 56.41 | 76.03 | OK | |
| r-release-macos-arm64 | 2025.5.13 | OK | ||||
| r-release-macos-x86_64 | 2025.5.13 | 14.00 | 140.00 | 154.00 | OK | |
| r-release-windows-x86_64 | 2025.5.13 | 25.00 | 101.00 | 126.00 | OK | |
| r-oldrel-macos-arm64 | 2025.5.13 | OK | ||||
| r-oldrel-macos-x86_64 | 2025.5.13 | 14.00 | 125.00 | 139.00 | OK | |
| r-oldrel-windows-x86_64 | 2025.5.13 | 24.00 | 120.00 | 144.00 | OK |
Version: 2025.5.13
Check: examples
Result: ERROR
Running examples in ‘binsegRcpp-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_complexity
> ### Title: get complexity
> ### Aliases: get_complexity
>
> ### ** Examples
>
>
> ## Example 1: empirical=worst case.
> data.vec <- rep(0:1, l=8)
> plot(data.vec)
> worst.model <- binsegRcpp::binseg_normal(data.vec)
> worst.counts <- binsegRcpp::get_complexity(worst.model)
Error in `[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> -> [ -> [.data.table
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
binseg_normal_cv 3.033 0.318 5.032
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2025.5.13
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> data.table::setDTthreads(1)
> if(require(testthat))test_check("binsegRcpp")
Loading required package: testthat
Loading required package: binsegRcpp
Saving _problems/test-CRAN-458.R
Saving _problems/test-CRAN-472.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 181 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-CRAN.R:458:5'): get_complexity respects min.segment.length ─────
Error in ``[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), by = case)`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─binsegRcpp::get_complexity(fit) at test-CRAN.R:458:5
2. ├─iterations[, `:=`(cum.splits, cumsum(splits)), by = case]
3. └─data.table:::`[.data.table`(...)
── Error ('test-CRAN.R:472:5'): empirical splits not negative ──────────────────
Error in ``[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), by = case)`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─binsegRcpp::get_complexity(fit) at test-CRAN.R:472:5
2. ├─iterations[, `:=`(cum.splits, cumsum(splits)), by = case]
3. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 181 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2025.5.13
Check: examples
Result: ERROR
Running examples in ‘binsegRcpp-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_complexity
> ### Title: get complexity
> ### Aliases: get_complexity
>
> ### ** Examples
>
>
> ## Example 1: empirical=worst case.
> data.vec <- rep(0:1, l=8)
> plot(data.vec)
> worst.model <- binsegRcpp::binseg_normal(data.vec)
> worst.counts <- binsegRcpp::get_complexity(worst.model)
Error in `[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2025.5.13
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> data.table::setDTthreads(1)
> if(require(testthat))test_check("binsegRcpp")
Loading required package: testthat
Loading required package: binsegRcpp
Saving _problems/test-CRAN-458.R
Saving _problems/test-CRAN-472.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 181 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-CRAN.R:458:5'): get_complexity respects min.segment.length ─────
Error in ``[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), by = case)`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─binsegRcpp::get_complexity(fit) at test-CRAN.R:458:5
2. ├─iterations[, `:=`(cum.splits, cumsum(splits)), by = case]
3. └─data.table:::`[.data.table`(...)
── Error ('test-CRAN.R:472:5'): empirical splits not negative ──────────────────
Error in ``[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), by = case)`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─binsegRcpp::get_complexity(fit) at test-CRAN.R:472:5
2. ├─iterations[, `:=`(cum.splits, cumsum(splits)), by = case]
3. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 181 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2025.5.13
Check: examples
Result: ERROR
Running examples in ‘binsegRcpp-Ex.R’ failed
The error most likely occurred in:
> ### Name: get_complexity
> ### Title: get complexity
> ### Aliases: get_complexity
>
> ### ** Examples
>
>
> ## Example 1: empirical=worst case.
> data.vec <- rep(0:1, l=8)
> plot(data.vec)
> worst.model <- binsegRcpp::binseg_normal(data.vec)
> worst.counts <- binsegRcpp::get_complexity(worst.model)
Error in `[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2025.5.13
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> data.table::setDTthreads(1)
> if(require(testthat))test_check("binsegRcpp")
Loading required package: testthat
Loading required package: binsegRcpp
Saving _problems/test-CRAN-458.R
Saving _problems/test-CRAN-472.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 181 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-CRAN.R:458:5'): get_complexity respects min.segment.length ─────
Error in ``[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), by = case)`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─binsegRcpp::get_complexity(fit) at test-CRAN.R:458:5
2. ├─iterations[, `:=`(cum.splits, cumsum(splits)), by = case]
3. └─data.table:::`[.data.table`(...)
── Error ('test-CRAN.R:472:5'): empirical splits not negative ──────────────────
Error in ``[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), by = case)`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─binsegRcpp::get_complexity(fit) at test-CRAN.R:472:5
2. ├─iterations[, `:=`(cum.splits, cumsum(splits)), by = case]
3. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 181 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2025.5.13
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/10s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> data.table::setDTthreads(1)
> if(require(testthat))test_check("binsegRcpp")
Loading required package: testthat
Loading required package: binsegRcpp
Saving _problems/test-CRAN-458.R
Saving _problems/test-CRAN-472.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 181 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-CRAN.R:458:5'): get_complexity respects min.segment.length ─────
Error in ``[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), by = case)`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─binsegRcpp::get_complexity(fit) at test-CRAN.R:458:5
2. ├─iterations[, `:=`(cum.splits, cumsum(splits)), by = case]
3. └─data.table:::`[.data.table`(...)
── Error ('test-CRAN.R:472:5'): empirical splits not negative ──────────────────
Error in ``[.data.table`(iterations, , `:=`(cum.splits, cumsum(splits)), by = case)`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─binsegRcpp::get_complexity(fit) at test-CRAN.R:472:5
2. ├─iterations[, `:=`(cum.splits, cumsum(splits)), by = case]
3. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 181 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc