Last updated on 2025-07-01 07:50:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.0 | 2.18 | 43.77 | 45.95 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.2.0 | 1.65 | 27.08 | 28.73 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.1.0 | 60.57 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.2.0 | 55.49 | OK | |||
r-devel-windows-x86_64 | 2.2.0 | 3.00 | 68.00 | 71.00 | OK | |
r-patched-linux-x86_64 | OK | |||||
r-release-linux-x86_64 | 2.1.0 | 1.89 | 35.66 | 37.55 | OK | |
r-release-macos-arm64 | 2.1.0 | 29.00 | OK | |||
r-release-macos-x86_64 | 2.2.0 | 57.00 | OK | |||
r-release-windows-x86_64 | 2.1.0 | 3.00 | 59.00 | 62.00 | OK | |
r-oldrel-macos-arm64 | 2.1.0 | 25.00 | OK | |||
r-oldrel-macos-x86_64 | 2.2.0 | 47.00 | OK | |||
r-oldrel-windows-x86_64 | 2.2.0 | 4.00 | 83.00 | 87.00 | OK |
Version: 2.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/9s]
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(mappeR)
>
> test_check("mappeR")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 734 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-covering.R:72:3'): 1D width balanced cover can handle no or full overlap ──
... < 1e-15 is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 734 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc