Last updated on 2026-04-24 06:53:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 8.08 | 102.70 | 110.78 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 5.35 | 71.41 | 76.76 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 13.00 | 156.42 | 169.42 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 14.00 | 166.58 | 180.58 | 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 | 107.00 | 117.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 8.34 | 94.38 | 102.72 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 7.11 | 91.18 | 98.29 | 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 | 11.00 | 105.00 | 116.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 | 12.00 | 129.00 | 141.00 | OK |
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/15s]
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: 195.8 <= 202.7
Difference: -6.9 <= 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 44 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc