Package: ggmapinset
Type: Package
Title: Add Inset Panels to Maps
Version: 0.5.0
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
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
NeedsCompilation: no
Packaged: 2026-03-25 03:40:45 UTC; csus5157
Author: Carl Suster [aut, cre] (ORCID: <https://orcid.org/0000-0001-7021-9380>),
  Western Sydney Local Health District, NSW Health [cph] (2022-2025)
Maintainer: Carl Suster <carl.suster@sydney.edu.au>
Repository: CRAN
Date/Publication: 2026-03-25 10:30:19 UTC
