Last updated on 2025-02-19 07:53:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.2 | 2.87 | 37.07 | 39.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.2 | 2.30 | 27.85 | 30.15 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.2 | 68.35 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.2 | 72.86 | OK | |||
r-devel-macos-arm64 | 0.6.2 | 26.00 | OK | |||
r-devel-macos-x86_64 | 0.6.2 | 50.00 | OK | |||
r-devel-windows-x86_64 | 0.6.2 | 5.00 | 63.00 | 68.00 | OK | |
r-patched-linux-x86_64 | 0.6.2 | 3.57 | 35.15 | 38.72 | OK | |
r-release-linux-x86_64 | 0.6.2 | 2.83 | 34.98 | 37.81 | OK | |
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 | 5.00 | 60.00 | 65.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 | 4.00 | 88.00 | 92.00 | OK |
Version: 0.6.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/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-devel-linux-x86_64-debian-gcc