Last updated on 2025-04-01 09:54:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.11 | 6.84 | 53.13 | 59.97 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.11 | 4.28 | 39.83 | 44.11 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.3.11 | 99.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.11 | 104.84 | OK | |||
r-devel-macos-arm64 | 1.3.11 | 45.00 | OK | |||
r-devel-macos-x86_64 | 1.3.11 | 96.00 | OK | |||
r-devel-windows-x86_64 | 1.3.11 | 9.00 | 68.00 | 77.00 | OK | |
r-patched-linux-x86_64 | 1.3.11 | 6.27 | 51.59 | 57.86 | OK | |
r-release-linux-x86_64 | 1.3.11 | 5.90 | 51.88 | 57.78 | OK | |
r-release-macos-arm64 | 1.3.11 | 38.00 | OK | |||
r-release-macos-x86_64 | 1.3.11 | 57.00 | OK | |||
r-release-windows-x86_64 | 1.3.11 | 8.00 | 71.00 | 79.00 | OK | |
r-oldrel-macos-arm64 | 1.3.11 | OK | ||||
r-oldrel-macos-x86_64 | 1.3.11 | 74.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.11 | 10.00 | 79.00 | 89.00 | OK |
Version: 1.3.11
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(blaise)
>
> test_check("blaise")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 430 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_types.R:53:3'): all types get read back identically for a tibble ──
...[[]] not equal to dfnew[["numeric"]].
9/10 mismatches (average diff: 3.53e-07)
[1] 3.12 - 3.12 == -4.38e-07
[2] 6.05 - 6.05 == 1.69e-07
[3] 2.00 - 2.00 == 4.75e-07
[4] 4.57 - 4.57 == 2.46e-07
[5] 1.30 - 1.30 == 4.39e-07
[6] 1.51 - 1.51 == 3.22e-07
[7] 5.42 - 5.42 == 4.51e-07
[8] 3.55 - 3.55 == 2.00e-07
[10] 1.30 - 1.30 == -4.34e-07
Backtrace:
▆
1. └─blaise (local) expect_type_equal(df, "numeric") at test_types.R:53:3
2. ├─base::eval(...) at test_types.R:22:3
3. │ └─base::eval(...)
4. └─testthat::expect_equal(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 430 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc