Last updated on 2026-04-14 10:51:42 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 7.75 | 102.69 | 110.44 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 5.39 | 68.66 | 74.05 | OK | |
| 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 | 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 | 11.00 | 106.00 | 117.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 8.41 | 92.20 | 100.61 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 7.72 | 90.93 | 98.65 | 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 | 0.00 | 10.00 | ERROR | |
| 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 | 127.00 | 140.00 | OK |
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in 'ediblecity-Ex.R' failed
The error most likely occurred in:
> ### Name: green_distance
> ### Title: Distance to closest public green area
> ### Aliases: green_distance
>
> ### ** Examples
>
> # Calculate a summary of the distances to closest public green area larger than 0.5 ha.
> green_distance(city_example, min_area = 5000)
Min. 1st Qu. Median Mean 3rd Qu. Max.
6.119 155.084 251.702 249.720 347.417 465.732
>
> # Get the distances from each residence to its closest public green area.
> result <- green_distance(city_example, min_area = 0, verbose = TRUE)
Flavor: r-release-windows-x86_64