Last updated on 2026-04-08 20:51:56 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 7.73 | 102.59 | 110.32 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 5.46 | 70.16 | 75.62 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 14.00 | 164.13 | 178.13 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 13.00 | 163.54 | 176.54 | OK | |
| r-devel-macos-arm64 | 0.2.2 | 2.00 | 29.00 | 31.00 | OK | |
| r-devel-windows-x86_64 | 0.2.2 | 10.00 | 108.00 | 118.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 7.45 | 91.27 | 98.72 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 7.61 | 91.52 | 99.13 | OK | |
| r-release-macos-arm64 | 0.2.2 | 2.00 | 29.00 | 31.00 | OK | |
| r-release-macos-x86_64 | 0.2.2 | 5.00 | 128.00 | 133.00 | OK | |
| r-release-windows-x86_64 | 0.2.2 | 10.00 | 102.00 | 112.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.2 | 2.00 | 31.00 | 33.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.2 | 6.00 | 178.00 | 184.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.2 | 13.00 | 131.00 | 144.00 | OK |
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/16s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(ediblecity)
>
> test_check("ediblecity")
Saving _problems/test-indicator_food-36.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 44 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-indicator_food.R:36:3'): commercial gardens produce food ─────
Expected `result[[2]]` > `bau[[2]]`.
Actual comparison: 193.769 <= 193.823
Difference: -0.054 <= 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 44 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc