Last updated on 2024-11-08 20:49:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 1.58 | 22.09 | 23.67 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 1.30 | 17.98 | 19.28 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 38.84 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 49.34 | OK | |||
r-devel-windows-x86_64 | 0.0.2 | 3.00 | 52.00 | 55.00 | OK | |
r-patched-linux-x86_64 | 0.0.2 | 1.63 | 20.91 | 22.54 | OK | |
r-release-linux-x86_64 | 0.0.2 | 1.65 | 20.90 | 22.55 | OK | |
r-release-macos-arm64 | 0.0.2 | 43.00 | OK | |||
r-release-macos-x86_64 | 0.0.2 | 61.00 | OK | |||
r-release-windows-x86_64 | 0.0.2 | 2.00 | 44.00 | 46.00 | OK | |
r-oldrel-macos-arm64 | 0.0.2 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.2 | 59.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.2 | 3.00 | 44.00 | 47.00 | OK |
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 1 | WARN 0 | SKIP 0 | PASS 9 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── 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 1 | WARN 0 | SKIP 0 | PASS 9 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc