Last updated on 2025-12-06 00:48:36 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2025.8.21 | 6.24 | 76.16 | 82.40 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2025.8.21 | 4.87 | 23.91 | 28.78 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2025.8.21 | 14.00 | 109.41 | 123.41 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2025.8.21 | 15.00 | 117.01 | 132.01 | OK | |
| r-devel-windows-x86_64 | 2025.8.21 | 9.00 | 94.00 | 103.00 | OK | |
| r-patched-linux-x86_64 | 2025.8.21 | 5.79 | 69.77 | 75.56 | OK | |
| r-release-linux-x86_64 | 2025.8.21 | 6.22 | 70.53 | 76.75 | OK | |
| r-release-macos-arm64 | 2025.8.21 | OK | ||||
| r-release-macos-x86_64 | 2025.8.21 | 6.00 | 77.00 | 83.00 | OK | |
| r-release-windows-x86_64 | 2025.8.21 | 10.00 | 95.00 | 105.00 | OK | |
| r-oldrel-macos-arm64 | 2025.8.21 | NOTE | ||||
| r-oldrel-macos-x86_64 | 2025.8.21 | 9.00 | 96.00 | 105.00 | NOTE | |
| r-oldrel-windows-x86_64 | 2025.8.21 | 12.00 | 106.00 | 118.00 | NOTE |
Version: 2025.8.21
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'ggrepel', 'leaflet', 'sf'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2025.8.21
Check: examples
Result: ERROR
Running examples in ‘csmaps-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: nor_county_map_bxxxx_split_dt
> ### Title: Split map of Norwegian counties in data.table format
> ### Aliases: nor_county_map_bxxxx_split_dt nor_county_map_b2024_split_dt
> ### nor_county_map_b2020_split_dt
> ### nor_county_position_geolabels_b2024_split_dt
> ### nor_county_position_geolabels_b2020_split_dt
> ### annotate_oslo_nor_map_bxxxx_split_dt
> ### Keywords: datasets
>
> ### ** Examples
>
> # 2024 borders
> library(ggplot2)
> q <- ggplot(mapping = aes(x = long, y = lat))
> q <- q + csmaps::annotate_oslo_nor_map_bxxxx_split_dt()
> q <- q + geom_polygon(
+ data = csmaps::nor_county_map_b2024_split_dt,
+ mapping = aes(group = group),
+ color = "black",
+ fill = "white",
+ linewidth = 0.4
+ )
> q <- q + theme_void()
> q <- q + coord_quickmap()
> q
>
> # 2024 borders
> library(ggplot2)
> q <- ggplot(mapping = aes(x = long, y = lat))
> q <- q + csmaps::annotate_oslo_nor_map_bxxxx_split_dt()
> q <- q + geom_polygon(
+ data = csmaps::nor_county_map_b2024_split_dt,
+ mapping = aes(group = group),
+ color = "black",
+ fill = "white",
+ linewidth = 0.4
+ )
> q <- q + ggrepel::geom_label_repel(
+ data = csmaps::nor_county_position_geolabels_b2024_split_dt[repel==TRUE],
+ mapping = aes(x = long, y = lat, label = location_code),
+ size = 3,
+ label.size = 0.1,
+ label.r = grid::unit(0, "lines"),
+ min.segment.length = 0
+ )
Error in loadNamespace(x) : there is no package called ‘ggrepel’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2025.8.21
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2025.8.21
Check: installed package size
Result: NOTE
installed size is 6.5Mb
sub-directories of 1Mb or more:
data 4.6Mb
doc 1.7Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64