Last updated on 2025-04-01 09:55:35 CEST.
Package | ERROR | OK |
---|---|---|
blaise | 1 | 14 |
Current CRAN status: ERROR: 1, OK: 14
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