CRAN Package Check Results for Package sugarglider

Last updated on 2025-12-06 00:49:02 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 5.46 93.61 99.07 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.3 4.10 26.70 30.80 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.3 14.00 135.51 149.51 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.3 28.00 143.15 171.15 NOTE
r-devel-windows-x86_64 1.0.3 7.00 103.00 110.00 NOTE
r-patched-linux-x86_64 1.0.3 5.40 86.25 91.65 NOTE
r-release-linux-x86_64 1.0.3 4.89 86.55 91.44 NOTE
r-release-macos-arm64 1.0.3 NOTE
r-release-macos-x86_64 1.0.3 4.00 72.00 76.00 NOTE
r-release-windows-x86_64 1.0.3 9.00 102.00 111.00 NOTE
r-oldrel-macos-arm64 1.0.3 OK
r-oldrel-macos-x86_64 1.0.3 4.00 72.00 76.00 OK
r-oldrel-windows-x86_64 1.0.3 12.00 135.00 147.00 OK

Check Details

Version: 1.0.3
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘geom_glyph_ribbon.R’ ‘geom_glyph_ribbon.Rd’ ‘geom_glyph_segment.Rd’ ‘theme_glyph.Rd’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 1.0.3
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'ozmaps', 'sf', 'tidyverse', 'kableExtra', 'ggiraph', 'usmap', 'geosphere' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.3
Check: examples
Result: ERROR Running examples in ‘sugarglider-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: geom_glyph_ribbon > ### Title: Create a Glyph Ribbon plot using ggplot2 > ### Aliases: geom_glyph_ribbon > > ### ** Examples > > > library(ggplot2) > > # Basic glyph map with base map and custom theme > aus_temp |> + ggplot(aes(x_major = long, y_major = lat, + x_minor = month, ymin_minor = tmin, ymax_minor = tmax)) + + geom_sf(data = ozmaps::abs_ste, fill = "grey95", + color = "white",inherit.aes = FALSE) + + geom_glyph_ribbon() + + ggthemes::theme_map() Error in loadNamespace(x) : there is no package called ‘ozmaps’ Calls: geom_sf ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.3
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