Last updated on 2025-02-05 17:50:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.9 | 4.50 | 422.69 | 427.19 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.8.9 | 2.62 | 372.12 | 374.74 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.9.0 | 210.69 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.0 | 193.01 | OK | |||
r-devel-windows-x86_64 | 0.8.9 | 6.00 | 117.00 | 123.00 | ERROR | |
r-patched-linux-x86_64 | 0.8.9 | 3.94 | 507.97 | 511.91 | ERROR | |
r-release-linux-x86_64 | 0.8.9 | 4.04 | 498.73 | 502.77 | OK | |
r-release-macos-arm64 | 0.8.9 | 158.00 | OK | |||
r-release-macos-x86_64 | 0.9.0 | 141.00 | OK | |||
r-release-windows-x86_64 | 0.8.9 | 6.00 | 115.00 | 121.00 | ERROR | |
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’ [361s/319s]
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-debian-clang
Version: 0.8.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [328s/301s]
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-debian-gcc
Version: 0.8.9
Check: tests
Result: ERROR
Running 'testthat.R' [35s]
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 160 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On Windows (1): 'test-brms.R:1:1'
• 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 160 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.8.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [448s/414s]
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-patched-linux-x86_64
Version: 0.8.9
Check: tests
Result: ERROR
Running 'testthat.R' [33s]
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 160 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On Windows (1): 'test-brms.R:1:1'
• 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 160 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64