Last updated on 2024-12-28 05:49:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.2 | 3.24 | 36.80 | 40.04 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.2 | 1.82 | 27.21 | 29.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.2 | 65.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.2 | 74.87 | OK | |||
r-devel-windows-x86_64 | 0.6.2 | 6.00 | 63.00 | 69.00 | OK | |
r-patched-linux-x86_64 | 0.6.2 | 3.30 | 34.72 | 38.02 | OK | |
r-release-linux-x86_64 | 0.6.2 | 3.01 | 35.29 | 38.30 | ERROR | |
r-release-macos-arm64 | 0.6.2 | 27.00 | OK | |||
r-release-macos-x86_64 | 0.6.2 | 41.00 | OK | |||
r-release-windows-x86_64 | 0.6.2 | 4.00 | 60.00 | 64.00 | OK | |
r-oldrel-macos-arm64 | 0.6.2 | 27.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.2 | 42.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.2 | 6.00 | 62.00 | 68.00 | OK |
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(fuzzyreg)
>
> test_check("fuzzyreg")
[ FAIL 1 | WARN 10 | SKIP 0 | PASS 31 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_correctSolution.R:43:3'): correct MOFLR ──────────────────────
fuzzylm(y ~ x, fuzzydat$nas, "moflr", "xl", , "yl")$coef not equivalent to matrix(c(6.07, 7.84, 7.84, 1.67, 0.48, 0.48), ncol = 3, byrow = TRUE).
2/6 mismatches (average diff: 0.71)
[1] 7.02 - 6.07 == 0.947
[2] 1.20 - 1.67 == -0.473
[ FAIL 1 | WARN 10 | SKIP 0 | PASS 31 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64