Package: ggmapinset Type: Package Title: Add Inset Panels to Maps Version: 0.5.0.9000 Authors@R: c(person(given = "Carl", family = "Suster", email = "carl.suster@sydney.edu.au", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7021-9380")), person("Western Sydney Local Health District, NSW Health", role = "cph", comment = "2022-2025")) Description: Helper to add insets based on geom_sf() from 'ggplot2'. This package gives you a drop-in replacement for geom_sf() that supports adding a zoomed inset map without having to create and embed a separate plot. License: MIT + file LICENSE Encoding: UTF-8 Language: en-GB RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1), sf (>= 1.0) Imports: cli (>= 3.4.0), ggplot2 (>= 3.4.0), lifecycle, rlang (>= 1.0.0), vctrs (>= 0.6.5) Suggests: dplyr, forcats, ggrepel, knitr, nswgeo, purrr, rmarkdown, stringr, testthat (>= 3.0.0), tibble, tidyr VignetteBuilder: knitr URL: https://github.com/cidm-ph/ggmapinset, https://cidm-ph.github.io/ggmapinset/ BugReports: https://github.com/cidm-ph/ggmapinset/issues LazyData: true Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://cidm-ph.r-universe.dev Date/Publication: 2026-03-25 21:16:01 UTC RemoteUrl: https://github.com/cidm-ph/ggmapinset RemoteRef: HEAD RemoteSha: 60d8c97c8ea9ca39c5055703928ef53421e3f8f5 NeedsCompilation: no Packaged: 2026-07-03 16:43:17 UTC; root Author: Carl Suster [aut, cre] (ORCID: ), Western Sydney Local Health District, NSW Health [cph] (2022-2025) Maintainer: Carl Suster