CRAN Package Check Results for Package nswgeo

Last updated on 2026-01-18 01:49:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 2.10 36.41 38.51 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 2.11 28.02 30.13 ERROR
r-devel-linux-x86_64-fedora-clang 0.5.0 5.00 55.01 60.01 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 60.31 OK
r-devel-windows-x86_64 0.5.0 7.00 58.00 65.00 OK
r-patched-linux-x86_64 0.5.0 3.00 31.69 34.69 OK
r-release-linux-x86_64 0.5.0 2.86 31.30 34.16 ERROR
r-release-macos-arm64 0.5.0 OK
r-release-macos-x86_64 0.5.0 2.00 34.00 36.00 OK
r-release-windows-x86_64 0.5.0 5.00 54.00 59.00 OK
r-oldrel-macos-arm64 0.5.0 OK
r-oldrel-macos-x86_64 0.5.0 2.00 37.00 39.00 OK
r-oldrel-windows-x86_64 0.5.0 7.00 64.00 71.00 OK

Check Details

Version: 0.5.0
Check: examples
Result: ERROR Running examples in ‘nswgeo-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: outline > ### Title: New South Wales outline with or without related territories > ### Aliases: outline > > ### ** Examples > > library(ggplot2) > > outline(lord_howe_island = TRUE) |> ggplot() + geom_sf() Error in `geom_sf()`: ! Problem while setting up geom aesthetics. ℹ Error occurred in the 1st layer. Caused by error in `attributes(lst) <- a`: ! dims [product 2] do not match the length of object [0] Backtrace: ▆ 1. ├─base (local) `<fn>`(x) 2. ├─ggplot2 (local) `print.ggplot2::ggplot`(x) 3. │ ├─ggplot2::ggplot_build(x) 4. │ └─ggplot2 (local) `ggplot_build.ggplot2::ggplot`(x) 5. │ └─ggplot2:::by_layer(...) 6. │ ├─rlang::try_fetch(...) 7. │ │ ├─base::tryCatch(...) 8. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 10. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─ggplot2 (local) f(l = layers[[i]], d = data[[i]]) 13. │ └─l$compute_geom_2(d, theme = plot@theme) 14. │ └─ggplot2 (local) compute_geom_2(..., self = self) 15. │ └─ggproto_parent(Layer, self)$compute_geom_2(data, params, ...) 16. │ └─ggplot2 (local) compute_geom_2(..., self = self) 17. │ └─self$geom$use_defaults(...) 18. │ └─ggplot2 (local) use_defaults(..., self = self) 19. │ └─vctrs::vec_c(points, lines, others, collections) 20. │ └─vctrs (local) `<fn>`() 21. │ ├─vctrs:::vec_restore_dispatch(x = x, to = to) 22. │ └─sf:::vec_restore.sfc(x = x, to = to) 23. │ └─sf::st_sfc(x, crs = st_crs(to), precision = st_precision(to)) 24. └─base::.handleSimpleError(...) 25. └─rlang (local) h(simpleError(msg, call)) 26. └─handlers[[1L]](cnd) 27. └─cli::cli_abort(...) 28. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64