Last updated on 2026-05-27 05:53:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 8.02 | 99.29 | 107.31 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 6.63 | 68.49 | 75.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 14.00 | 152.54 | 166.54 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 14.00 | 163.46 | 177.46 | OK | |
| r-devel-windows-x86_64 | 0.2.2 | 10.00 | 103.00 | 113.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 7.59 | 87.53 | 95.12 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 7.52 | 88.27 | 95.79 | OK | |
| r-release-macos-arm64 | 0.2.2 | 2.00 | 29.00 | 31.00 | OK | |
| r-release-macos-x86_64 | 0.2.2 | 6.00 | 108.00 | 114.00 | OK | |
| r-release-windows-x86_64 | 0.2.2 | 11.00 | 103.00 | 114.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.2 | 2.00 | 29.00 | 31.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.2 | 5.00 | 128.00 | 133.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.2 | 14.00 | 128.00 | 142.00 | OK |
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/13s]
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.5 <= 199.0
Difference: -3.5 <= 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 44 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc