CRAN Package Check Results for Package tsensembler

Last updated on 2025-12-25 19:50:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 18.10 133.45 151.55 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 11.54 93.81 105.35 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 30.00 199.70 229.70 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 31.00 216.26 247.26 OK
r-devel-windows-x86_64 0.1.0 18.00 151.00 169.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 16.91 121.70 138.61 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 18.00 146.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 25.00 182.00 207.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’ [3s/3s] 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.413545083621599, V2 = -0.59223760355515, V3 = 0.868863295186069, V4 = 0.844717676960505), 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