CRAN Package Check Results for Package fuzzyreg

Last updated on 2025-02-22 07:51:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.2 3.15 36.94 40.09 OK
r-devel-linux-x86_64-debian-gcc 0.6.2 2.18 28.57 30.75 OK
r-devel-linux-x86_64-fedora-clang 0.6.2 64.06 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.39 34.79 38.18 OK
r-release-linux-x86_64 0.6.2 2.94 34.87 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 61.00 66.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 63.00 67.00 ERROR

Check Details

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-oldrel-windows-x86_64