Last updated on 2025-03-23 08:52:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 7.90 | 61.83 | 69.73 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 5.19 | 46.55 | 51.74 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 112.59 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 117.76 | OK | |||
r-devel-macos-arm64 | 1.1.0 | 41.00 | OK | |||
r-devel-macos-x86_64 | 1.1.0 | 99.00 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 9.00 | 91.00 | 100.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 6.09 | 60.13 | 66.22 | OK | |
r-release-linux-x86_64 | 1.1.0 | 6.48 | 58.44 | 64.92 | ERROR | |
r-release-macos-arm64 | 1.1.0 | 46.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 92.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 7.00 | 73.00 | 80.00 | OK | |
r-oldrel-macos-arm64 | 1.1.0 | 68.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 152.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 13.00 | 90.00 | 103.00 | OK |
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
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(DLSSM)
>
> test_check("DLSSM")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-DLSSM.R:19:3'): Input errors ───────────────────────────────────
Error in `dimnames(x) <- dn`: length of 'dimnames' [2] not equal to array extent
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-DLSSM.R:19:3
2. │ └─testthat:::expect_condition_matching(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─DLSSM::Batched(formula2, data2, time = "t", S = 10)
8. └─base::`colnames<-`(`*tmp*`, value = c(var_names, time))
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64