Last updated on 2025-04-17 05:49:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 4.44 | 51.50 | 55.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 3.00 | 24.57 | 27.57 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 89.48 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 87.47 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 6.00 | 63.00 | 69.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 4.31 | 48.35 | 52.66 | OK | |
r-release-linux-x86_64 | 0.1.0 | 4.36 | 48.55 | 52.91 | OK | |
r-release-macos-arm64 | 0.1.0 | 27.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 48.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 6.00 | 66.00 | 72.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 79.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 6.00 | 74.00 | 80.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BKT)
>
> test_check("BKT")
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 6 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1): 'test-usage_2.R:2:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-usage_1.R:6:5'): test-usage_1 ──────────────────────────────────
Error in `.subset2(x, i, exact = exact)`: attempt to select less than one element in get1index
Backtrace:
▆
1. └─BKT::fit(model, data_path = "ct.csv", skills = ".*Plot.*") at test-usage_1.R:6:5
2. └─BKT:::partial_fit(...)
3. └─BKT:::._data_helper(...)
4. └─BKT:::convert_data_path(...)
5. └─BKT:::convert_data(...)
6. ├─df[[defaults[["order_id"]]]]
7. └─base::`[[.data.frame`(df, defaults[["order_id"]])
8. └─(function(x, i, exact) if (is.matrix(i)) as.matrix(x)[[i]] else .subset2(x, ...
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 6 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc