Last updated on 2025-02-02 05:48:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.9 | 4.89 | 418.81 | 423.70 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.8.9 | 2.97 | 366.98 | 369.95 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.8.9 | 628.37 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.9 | 908.02 | OK | |||
r-devel-windows-x86_64 | 0.8.9 | 6.00 | 111.00 | 117.00 | OK | |
r-patched-linux-x86_64 | 0.8.9 | 4.41 | 495.35 | 499.76 | OK | |
r-release-linux-x86_64 | 0.8.9 | 4.09 | 507.36 | 511.45 | OK | |
r-release-macos-arm64 | 0.8.9 | 158.00 | OK | |||
r-release-macos-x86_64 | 0.8.9 | 297.00 | OK | |||
r-release-windows-x86_64 | 0.8.9 | 5.00 | 115.00 | 120.00 | OK | |
r-oldrel-macos-arm64 | 0.8.9 | 151.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.9 | 293.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.9 | 7.00 | 44.00 | 51.00 | OK | --no-examples --no-tests --no-vignettes |
Version: 0.8.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [519s/459s]
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?
> #
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
> library(testthat)
> library(modelbased)
>
> test_check("modelbased")
Starting 2 test processes
[ FAIL 8 | WARN 0 | SKIP 2 | PASS 161 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• .Platform$OS.type == "windows" is not TRUE (1):
'test-estimate_predicted.R:56:3'
• empty test (1): 'test-estimate_contrasts.R:189:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-estimate_means.R:18:3'): estimate_means() - core ─────────────
dim(estim2) (`actual`) not identical to c(3L, 5L) (`expected`).
`actual`: 3 6
`expected`: 3 5
── Failure ('test-estimate_means.R:26:3'): estimate_means() - core ─────────────
dim(estim2) (`actual`) not identical to c(3L, 6L) (`expected`).
`actual`: 3 7
`expected`: 3 6
── Failure ('test-estimate_means.R:34:3'): estimate_means() - core ─────────────
dim(estim2) (`actual`) not identical to c(2L, 5L) (`expected`).
`actual`: 2 6
`expected`: 2 5
── Failure ('test-estimate_means.R:46:3'): estimate_means() - core ─────────────
dim(estim2) (`actual`) not identical to c(6L, 6L) (`expected`).
`actual`: 6 7
`expected`: 6 6
── Failure ('test-estimate_means.R:53:3'): estimate_means() - core ─────────────
dim(estim2) (`actual`) not identical to c(3L, 6L) (`expected`).
`actual`: 3 7
`expected`: 3 6
── Failure ('test-estimate_means.R:61:3'): estimate_means() - core ─────────────
dim(estim2) (`actual`) not equal to c(10, 6) (`expected`).
`actual`: 10.0 7.0
`expected`: 10.0 6.0
── Failure ('test-estimate_means.R:181:3'): estimate_means() - mixed models ────
dim(estim2) (`actual`) not identical to c(3L, 5L) (`expected`).
`actual`: 3 6
`expected`: 3 5
── Failure ('test-estimate_means.R:188:3'): estimate_means() - mixed models ────
dim(estim2) (`actual`) not identical to c(3L, 5L) (`expected`).
`actual`: 3 6
`expected`: 3 5
[ FAIL 8 | WARN 0 | SKIP 2 | PASS 161 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang