Last updated on 2026-07-21 11:51:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.2 | 20.99 | 72.23 | 93.22 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.0.3 | 16.80 | 59.39 | 76.19 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0.3 | 31.00 | 127.30 | 158.30 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 18.00 | 60.34 | 78.34 | OK | |
| r-devel-windows-x86_64 | 0.0.3 | 24.00 | 117.00 | 141.00 | OK | |
| r-patched-linux-x86_64 | 0.0.2 | 20.24 | 72.16 | 92.40 | OK | |
| r-release-linux-x86_64 | 0.0.2 | 21.48 | 68.59 | 90.07 | ERROR | |
| r-release-macos-arm64 | 0.0.3 | 6.00 | 27.00 | 33.00 | OK | |
| r-release-macos-x86_64 | 0.0.3 | 16.00 | 174.00 | 190.00 | OK | |
| r-release-windows-x86_64 | 0.0.3 | 24.00 | 118.00 | 142.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.3 | 4.00 | 30.00 | 34.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.3 | 16.00 | 258.00 | 274.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.2 | 32.00 | 211.00 | 243.00 | ERROR |
Version: 0.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(TreeDimensionTest)
Loading required package: mlpack
Attaching package: 'mlpack'
The following object is masked from 'package:stats':
kmeans
The following object is masked from 'package:base':
det
>
> test_check("TreeDimensionTest")
Saving _problems/test-separability-10.R
Saving _problems/test-separability-26.R
Saving _problems/test-testtrajectory-46.R
Saving _problems/test-testtrajectory-54.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 12 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-separability.R:10:3'): Separability on linear completely separated MST ──
<Rcpp::index_out_of_bounds/C++Error/error/condition>
Error: Object was created without names.
Backtrace:
▆
1. └─TreeDimensionTest::separability(mat, labels = labels) at test-separability.R:10:3
2. └─TreeDimensionTest:::get_edges(x, "boruvka")
── Error ('test-separability.R:26:3'): Separability on linear completely mixed MST ──
<Rcpp::index_out_of_bounds/C++Error/error/condition>
Error: Object was created without names.
Backtrace:
▆
1. └─TreeDimensionTest::separability(mat, labels = labels) at test-separability.R:26:3
2. └─TreeDimensionTest:::get_edges(x, "boruvka")
── Error ('test-testtrajectory.R:46:3'): Accuracy of tree dimension test (test.trajectory) statistics on linear MST ──
<Rcpp::index_out_of_bounds/C++Error/error/condition>
Error: Object was created without names.
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-testtrajectory.R:46:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─TreeDimensionTest::compute.stats(mat, MST = "boruvka", dim.reduction = "none")
5. └─TreeDimensionTest:::getStatistics(x, nrow(x), MST, T)
── Error ('test-testtrajectory.R:54:3'): Accuracy of tree dimension test (test.trajectory) statistics on linear MST ──
<Rcpp::index_out_of_bounds/C++Error/error/condition>
Error: Object was created without names.
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-testtrajectory.R:54:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─TreeDimensionTest::compute.stats(mat, MST = "boruvka", dim.reduction = "none")
5. └─TreeDimensionTest:::getStatistics(x, nrow(x), MST, T)
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 12 ]
Error:
! Test failures.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 0.0.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Tutorial.Rmd’ using rmarkdown
Quitting from Tutorial.Rmd:33-35 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! Object was created without names.
---
Backtrace:
▆
1. └─TreeDimensionTest::test.trajectory(input)
2. └─TreeDimensionTest:::computeDists(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Tutorial.Rmd' failed with diagnostics:
Object was created without names.
--- failed re-building ‘Tutorial.Rmd’
SUMMARY: processing the following file failed:
‘Tutorial.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 0.0.2
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(TreeDimensionTest)
Loading required package: mlpack
Attaching package: 'mlpack'
The following object is masked from 'package:stats':
kmeans
The following object is masked from 'package:base':
det
>
> test_check("TreeDimensionTest")
Saving _problems/test-separability-10.R
Saving _problems/test-separability-26.R
Saving _problems/test-testtrajectory-46.R
Saving _problems/test-testtrajectory-54.R
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 12 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-separability.R:10:3'): Separability on linear completely separated MST ──
<Rcpp::index_out_of_bounds/C++Error/error/condition>
Error: Object was created without names.
Backtrace:
▆
1. └─TreeDimensionTest::separability(mat, labels = labels) at test-separability.R:10:3
2. └─TreeDimensionTest:::get_edges(x, "boruvka")
── Error ('test-separability.R:26:3'): Separability on linear completely mixed MST ──
<Rcpp::index_out_of_bounds/C++Error/error/condition>
Error: Object was created without names.
Backtrace:
▆
1. └─TreeDimensionTest::separability(mat, labels = labels) at test-separability.R:26:3
2. └─TreeDimensionTest:::get_edges(x, "boruvka")
── Error ('test-testtrajectory.R:46:3'): Accuracy of tree dimension test (test.trajectory) statistics on linear MST ──
<Rcpp::index_out_of_bounds/C++Error/error/condition>
Error: Object was created without names.
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-testtrajectory.R:46:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─TreeDimensionTest::compute.stats(mat, MST = "boruvka", dim.reduction = "none")
5. └─TreeDimensionTest:::getStatistics(x, nrow(x), MST, T)
── Error ('test-testtrajectory.R:54:3'): Accuracy of tree dimension test (test.trajectory) statistics on linear MST ──
<Rcpp::index_out_of_bounds/C++Error/error/condition>
Error: Object was created without names.
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-testtrajectory.R:54:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─TreeDimensionTest::compute.stats(mat, MST = "boruvka", dim.reduction = "none")
5. └─TreeDimensionTest:::getStatistics(x, nrow(x), MST, T)
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 12 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 0.0.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'Tutorial.Rmd' using rmarkdown
Quitting from Tutorial.Rmd:33-35 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! Object was created without names.
---
Backtrace:
▆
1. └─TreeDimensionTest::test.trajectory(input)
2. └─TreeDimensionTest:::computeDists(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Tutorial.Rmd' failed with diagnostics:
Object was created without names.
--- failed re-building 'Tutorial.Rmd'
SUMMARY: processing the following file failed:
'Tutorial.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64