Last updated on 2025-12-06 00:48:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.4 | 6.30 | 77.97 | 84.27 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.4 | 4.18 | 36.03 | 40.21 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.4 | 14.00 | 108.35 | 122.35 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 13.00 | 107.31 | 120.31 | OK | |
| r-devel-windows-x86_64 | 0.0.4 | 8.00 | 87.00 | 95.00 | OK | |
| r-patched-linux-x86_64 | 0.0.4 | 5.77 | 70.87 | 76.64 | OK | |
| r-release-linux-x86_64 | 0.0.4 | 5.90 | 71.53 | 77.43 | OK | |
| r-release-macos-arm64 | 0.0.4 | OK | ||||
| r-release-macos-x86_64 | 0.0.4 | 7.00 | 73.00 | 80.00 | OK | |
| r-release-windows-x86_64 | 0.0.4 | 9.00 | 88.00 | 97.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.4 | 6.00 | 70.00 | 76.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.4 | 12.00 | 113.00 | 125.00 | OK |
Version: 0.0.4
Check: examples
Result: ERROR
Running examples in ‘ggredist-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: stat_cities
> ### Title: Annotate a Map with Roads and Cities
> ### Aliases: stat_cities stat_interstates StatCityRoad StatCities
> ### StatInterstates
> ### Keywords: datasets
>
> ### ** Examples
>
> library(ggplot2)
> data(oregon)
>
> ggplot(oregon, aes(group=cd_2020)) +
+ geom_district() +
+ stat_interstates(size=1.4, color="#0044aa55") +
+ stat_cities(geom="text", min_pop=130e3, fontface="bold", adjust=0.8) +
+ scale_fill_penn82() +
+ theme_map()
Error in loadNamespace(x) : there is no package called ‘sf’
Calls: geom_district ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc