Last updated on 2024-09-09 20:48:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.2 | 3.22 | 36.61 | 39.83 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.2 | 2.31 | 27.46 | 29.77 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.2 | 66.38 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.2 | 75.44 | OK | |||
r-devel-windows-x86_64 | 0.6.2 | 4.00 | 62.00 | 66.00 | ERROR | |
r-patched-linux-x86_64 | 0.6.2 | 3.29 | 34.83 | 38.12 | OK | |
r-release-linux-x86_64 | 0.6.2 | 3.03 | 35.12 | 38.15 | 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 | 4.00 | 61.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 | 62.00 | 66.00 | OK |
Version: 0.6.2
Check: tests
Result: ERROR
Running 'testthat.R' [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-windows-x86_64