CRAN Package Check Results for Package tsensembler

Last updated on 2025-12-28 10:49:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 17.54 133.28 150.82 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 10.40 93.06 103.46 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 26.00 202.73 228.73 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 24.00 157.78 181.78 OK
r-devel-windows-x86_64 0.1.0 19.00 149.00 168.00 OK
r-patched-linux-x86_64 0.1.0 17.22 123.39 140.61 OK
r-release-linux-x86_64 0.1.0 15.43 122.90 138.33 OK
r-release-macos-arm64 0.1.0 OK
r-release-macos-x86_64 0.1.0 11.00 120.00 131.00 OK
r-release-windows-x86_64 0.1.0 21.00 143.00 164.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 11.00 89.00 100.00 OK
r-oldrel-windows-x86_64 0.1.0 27.00 181.00 208.00 OK

Check Details

Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Vitor Cerqueira <cerqueira.vitormanuel@gmail.com>’ Package CITATION file contains call(s) to old-style personList() or as.personList(). Please use c() on person objects instead. Package CITATION file contains call(s) to old-style citEntry(). Please use bibentry() instead. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tsensembler) > > test_check("tsensembler") Saving _problems/test-selectbest-4.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-selectbest.r:4:1'): (code run outside of `test_that()`) ──────── Error in `xtfrm.data.frame(structure(list(V1 = -1.02212679991861, V2 = -0.231253135106163, V3 = -0.806923398160368, V4 = -1.28010439731588), row.names = 1L, class = "data.frame"))`: cannot xtfrm data frames Backtrace: ▆ 1. └─tsensembler::select_best(x) at test-selectbest.r:4:1 2. ├─tsensembler::rbind_l(...) 3. │ └─base::do.call(rbind, x) 4. └─tsensembler::l1apply(...) 5. └─base::lapply(X = xseq, FUN = FUN, ...) 6. └─tsensembler (local) FUN(X[[i]], ...) 7. ├─base::xtfrm(`<data.frame>`) 8. └─base::xtfrm.data.frame(`<data.frame>`) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tsensembler) > > test_check("tsensembler") Saving _problems/test-selectbest-4.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-selectbest.r:4:1'): (code run outside of `test_that()`) ──────── Error in `xtfrm.data.frame(structure(list(V1 = 0.343989817608842, V2 = 1.80775044916513, V3 = 0.432098497907108, V4 = 0.367304234954883), row.names = 1L, class = "data.frame"))`: cannot xtfrm data frames Backtrace: ▆ 1. └─tsensembler::select_best(x) at test-selectbest.r:4:1 2. ├─tsensembler::rbind_l(...) 3. │ └─base::do.call(rbind, x) 4. └─tsensembler::l1apply(...) 5. └─base::lapply(X = xseq, FUN = FUN, ...) 6. └─tsensembler (local) FUN(X[[i]], ...) 7. ├─base::xtfrm(`<data.frame>`) 8. └─base::xtfrm.data.frame(`<data.frame>`) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc