CRAN Package Check Results for Package modelbased

Last updated on 2025-02-08 18:49:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.0 5.97 120.71 126.68 OK
r-devel-linux-x86_64-debian-gcc 0.9.0 4.03 82.19 86.22 OK
r-devel-linux-x86_64-fedora-clang 0.9.0 212.75 OK
r-devel-linux-x86_64-fedora-gcc 0.9.0 193.80 OK
r-devel-windows-x86_64 0.9.0 7.00 114.00 121.00 OK
r-patched-linux-x86_64 0.9.0 7.01 107.88 114.89 OK
r-release-linux-x86_64 0.8.9 3.57 503.81 507.38 ERROR
r-release-macos-arm64 0.9.0 40.00 OK
r-release-macos-x86_64 0.9.0 141.00 OK
r-release-windows-x86_64 0.9.0 11.00 113.00 124.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.9.0 8.00 45.00 53.00 OK --no-examples --no-tests --no-vignettes

Check Details

Version: 0.8.9
Check: tests
Result: ERROR Running ‘testthat.R’ [444s/411s] 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-release-linux-x86_64