Last updated on 2025-12-25 19:50:18 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.2 | 2.97 | 36.59 | 39.56 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.2 | 2.06 | 27.08 | 29.14 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.2 | 5.00 | 57.71 | 62.71 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 62.25 | OK | |||
| r-devel-windows-x86_64 | 0.0.2 | 4.00 | 59.00 | 63.00 | OK | |
| r-patched-linux-x86_64 | 0.0.2 | 3.24 | 33.97 | 37.21 | OK | |
| r-release-linux-x86_64 | 0.0.2 | 2.79 | 33.53 | 36.32 | OK | |
| r-release-macos-arm64 | 0.0.2 | OK | ||||
| r-release-macos-x86_64 | 0.0.2 | 2.00 | 32.00 | 34.00 | OK | |
| r-release-windows-x86_64 | 0.0.2 | 5.00 | 58.00 | 63.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.2 | 2.00 | 29.00 | 31.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.2 | 6.00 | 66.00 | 72.00 | OK |
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in ‘kdry-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mlh_reshape
> ### Title: mlh_reshape
> ### Aliases: mlh_reshape
>
> ### ** Examples
>
> set.seed(123)
> class_0 <- rbeta(100, 2, 4)
> class_1 <- (1 - class_0) * 0.4
> class_2 <- (1 - class_0) * 0.6
> dataset <- cbind("0" = class_0, "1" = class_1, "2" = class_2)
> mlh_reshape(dataset)
Error in xtfrm.data.frame(list(`0` = 0.219788839894465, `1` = 0.312084464042214, :
cannot xtfrm data frames
Calls: mlh_reshape ... [.data.table -> which.max -> xtfrm -> xtfrm.data.frame
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(kdry)
>
> test_check("kdry")
Saving _problems/test-mlh-70.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 71 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-lints.R:10:5', 'test-rep.R:3:1', 'test-rep.R:22:1',
'test-rep.R:42:1', 'test-rep.R:61:1', 'test-rep.R:75:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mlh.R:70:5'): test mlh - mlh_outsample_row_indices ─────────────
Error in `xtfrm.data.frame(structure(list(`0` = 0.219788839894465, `1` = 0.312084464042214, `2` = 0.468126696063321), row.names = c(NA, -1L), class = c("data.table", "data.frame"), .internal.selfref = <pointer: 0x563bdb8b9070>, .data.table.locked = TRUE))`: cannot xtfrm data frames
Backtrace:
▆
1. ├─kdry::mlh_reshape(dataset) at test-mlh.R:70:5
2. │ ├─data.table::as.data.table(object)[, cn[which.max(.SD)], by = seq_len(nrow(object))]
3. │ └─data.table:::`[.data.table`(...)
4. └─base::which.max(.SD)
5. ├─base::xtfrm(`<data.table>`)
6. └─base::xtfrm.data.frame(`<data.table>`)
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 71 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc