Last updated on 2025-12-25 19:50:44 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| autoBagging | 4 | 9 | |
| tsensembler | 1 | 1 | 11 |
Current CRAN status: NOTE: 4, OK: 9
Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Vitor Cerqueira <cerqueira.vitormanuel@gmail.com>’
The Description field contains
arXiv:1706.09367.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘abind’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: ERROR: 1, NOTE: 1, OK: 11
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