Last updated on 2022-05-16 08:50:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6 | 4.41 | 47.42 | 51.83 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6 | 2.94 | 36.99 | 39.93 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6 | 64.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6 | 63.39 | OK | |||
r-devel-windows-x86_64 | 0.6 | 35.00 | 84.00 | 119.00 | OK | |
r-patched-linux-x86_64 | 0.6 | 3.56 | 46.86 | 50.42 | OK | |
r-release-linux-x86_64 | 0.6 | 3.45 | 45.93 | 49.38 | OK | |
r-release-macos-arm64 | 0.6 | 23.00 | OK | |||
r-release-macos-x86_64 | 0.6 | 31.00 | OK | |||
r-release-windows-x86_64 | 0.6 | 29.00 | 80.00 | 109.00 | OK | |
r-oldrel-macos-arm64 | 0.6 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6 | 31.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.6 | 8.00 | 58.00 | 66.00 | OK |
Version: 0.6
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 27 ]
══ 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 27 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc