CRAN Package Check Results for Maintainer ‘Carl Suster <Carl.Suster at health.nsw.gov.au>’

Last updated on 2026-01-18 19:50:28 CET.

Package ERROR NOTE OK
cartographer 13
ggmapinset 10 3
nswgeo 4 9

Package cartographer

Current CRAN status: NOTE: 13

Version: 0.2.1
Check: compiled code
Result: NOTE File ‘cartographer/libs/cartographer.so’: Found non-API call to R: ‘PRVALUE’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. 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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64

Version: 0.2.1
Check: compiled code
Result: NOTE File 'cartographer/libs/x64/cartographer.dll': Found non-API call to R: 'PRVALUE' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.2.1
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘rnaturalearthhires’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package ggmapinset

Current CRAN status: NOTE: 10, OK: 3

Version: 0.4.0
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: ‘inset_shape_circle.R’ ‘inset_shape_rectangle.R’ ‘inset_shape_sf.R’ 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

Package nswgeo

Current CRAN status: ERROR: 4, OK: 9

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

Version: 0.5.0
Check: examples
Result: ERROR Running examples in ‘nswgeo-Ex.R’ failed The error most likely occurred in: > ### 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-fedora-clang, r-devel-linux-x86_64-fedora-gcc