Last updated on 2026-01-20 07:51:21 CET.
| Package | ERROR | OK |
|---|---|---|
| ggautomap | 13 | |
| nswgeo | 1 | 12 |
| phylepic | 13 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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
Flavor: r-release-linux-x86_64
Current CRAN status: OK: 13