CRAN Package Check Results for Package fucom

Last updated on 2025-01-16 23:48:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2 1.56 21.39 22.95 OK
r-devel-linux-x86_64-debian-gcc 0.0.3 1.41 18.41 19.82 OK
r-devel-linux-x86_64-fedora-clang 0.0.3 39.33 OK
r-devel-linux-x86_64-fedora-gcc 0.0.3 54.19 OK
r-devel-windows-x86_64 0.0.2 2.00 47.00 49.00 OK
r-patched-linux-x86_64 0.0.2 1.53 21.20 22.73 ERROR
r-release-linux-x86_64 0.0.2 1.61 21.06 22.67 ERROR
r-release-macos-arm64 0.0.3 44.00 OK
r-release-macos-x86_64 0.0.3 69.00 OK
r-release-windows-x86_64 0.0.3 4.00 43.00 47.00 OK
r-oldrel-macos-arm64 0.0.3 47.00 OK
r-oldrel-macos-x86_64 0.0.3 59.00 OK
r-oldrel-windows-x86_64 0.0.2 3.00 43.00 46.00 OK

Check Details

Version: 0.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(fucom) > > test_check("fucom") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-fucom.R:85:3'): Test data from DOI org/10.3390/sym10090393 (Another Example) ── round(as.vector(result$weights[]), digits = 4) (`actual`) not equal to c(0.4211, 0.2105, 0.2105, 0.1053, 0.0526) (`expected`). `actual[1:4]`: 0.42100 0.21050 0.21050 0.10530 `expected[1:4]`: 0.42110 0.21050 0.21050 0.10530 ── Failure ('test-fucom.R:91:3'): Test data from DOI org/10.3390/sym10090393 (Another Example) ── round(as.vector(result$DFC), digits = 4) (`actual`) not equal to 0 (`expected`). `actual`: 0.00010 `expected`: 0.00000 [ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(fucom) > > test_check("fucom") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-fucom.R:85:3'): Test data from DOI org/10.3390/sym10090393 (Another Example) ── round(as.vector(result$weights[]), digits = 4) (`actual`) not equal to c(0.4211, 0.2105, 0.2105, 0.1053, 0.0526) (`expected`). `actual`: 0.274 0.273 0.274 0.092 0.087 `expected`: 0.421 0.210 0.210 0.105 0.053 ── Failure ('test-fucom.R:91:3'): Test data from DOI org/10.3390/sym10090393 (Another Example) ── round(as.vector(result$DFC), digits = 4) (`actual`) not equal to 0 (`expected`). `actual`: 1.0 `expected`: 0.0 [ FAIL 2 | WARN 0 | SKIP 0 | PASS 8 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64