Last updated on 2026-08-25 01:52:42 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 7.05 | 99.31 | 106.36 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 5.46 | 69.94 | 75.40 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 72.73 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 76.65 | OK | |||
| r-devel-windows-x86_64 | 0.2.2 | 12.00 | 116.00 | 128.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 8.42 | 88.87 | 97.29 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 8.30 | 89.61 | 97.91 | 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 | 10.00 | 100.00 | 110.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 | 15.00 | 127.00 | 142.00 | OK |
Version: 0.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/14s]
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: 191.4 <= 202.1
Difference: -10.7 <= 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 44 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc