Last updated on 2024-11-05 08:48:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.2 | 4.82 | 68.30 | 73.12 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.2 | 3.47 | 46.77 | 50.24 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.2 | 123.53 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.2 | 123.93 | OK | |||
r-devel-windows-x86_64 | 0.6.2 | 7.00 | 85.00 | 92.00 | OK | |
r-patched-linux-x86_64 | 0.6.2 | 5.05 | 64.05 | 69.10 | OK | |
r-release-linux-x86_64 | 0.6.2 | 4.35 | 64.16 | 68.51 | OK | |
r-release-macos-arm64 | 0.6.2 | 45.00 | OK | |||
r-release-macos-x86_64 | 0.6.2 | 93.00 | OK | |||
r-release-windows-x86_64 | 0.6.2 | 8.00 | 91.00 | 99.00 | OK | |
r-oldrel-macos-arm64 | 0.6.2 | 61.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.6.2 | 76.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.6.2 | 8.00 | 101.00 | 109.00 | ERROR |
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_glm.R:118:3'): glm anova works ───────────────────────────────
`tidy_model` not equal to `expected_tidy_model`.
Component "groups": Component 1: Component 2: Component 2: Component 2: Length mismatch: comparison on first 4 components
Component "groups": Component 1: Component 2: Component 3: Component 2: Length mismatch: comparison on first 4 components
Backtrace:
▆
1. └─tidystats:::expect_equal_models(model = model, expected_tidy_model = expected_statistics$anova_glm) at test_glm.R:118:3
2. └─testthat::expect_equal(tidy_model, expected_tidy_model, tolerance = tolerance)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_glm.R:118:3'): glm anova works ───────────────────────────────
`tidy_model` not equal to `expected_tidy_model`.
Component "groups": Component 1: Component 2: Component 2: Component 2: Length mismatch: comparison on first 4 components
Component "groups": Component 1: Component 2: Component 3: Component 2: Length mismatch: comparison on first 4 components
Backtrace:
▆
1. └─tidystats:::expect_equal_models(model = model, expected_tidy_model = expected_statistics$anova_glm) at test_glm.R:118:3
2. └─testthat::expect_equal(tidy_model, expected_tidy_model, tolerance = tolerance)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.6.2
Check: tests
Result: ERROR
Running 'testthat.R' [27s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(tidystats)
This version of tidystats uses a new and improved way of structuring statistics. This breaks previous (major) versions of tidystats.
>
> test_check("tidystats")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_glm.R:118:3'): glm anova works ───────────────────────────────
`tidy_model` not equal to `expected_tidy_model`.
Component "groups": Component 1: Component 2: Component 2: Component 2: Length mismatch: comparison on first 4 components
Component "groups": Component 1: Component 2: Component 3: Component 2: Length mismatch: comparison on first 4 components
Backtrace:
▆
1. └─tidystats:::expect_equal_models(model = model, expected_tidy_model = expected_statistics$anova_glm) at test_glm.R:118:3
2. └─testthat::expect_equal(tidy_model, expected_tidy_model, tolerance = tolerance)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 183 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64