Package: ggautomap Type: Package Title: Create Maps from a Column of Place Names Version: 0.4.0.9000 Authors@R: c(person(given = "Carl", family = "Suster", email = "carl.suster@sydney.edu.au", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-7021-9380")), person("Western Sydney Local Health District, NSW Health", role = "cph", comment = "2023-2025")) Description: Mapping tools that convert place names to coordinates on the fly. These 'ggplot2' extensions make maps from a data frame where one of the columns contains place names, without having to directly work with the underlying geospatial data and tools. The corresponding map data must be registered with 'cartographer' either by the user or by another package. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1), Imports: cartographer (>= 0.2), cli (>= 3.4.0), dplyr (>= 1.0.0), ggmapinset (>= 0.5.0), ggplot2 (>= 4.0.0), packcircles (>= 0.3.4), rlang (>= 1.0.0), sf (>= 1.0), tidyr (>= 1.2.0) Collate: 'aaa.R' 'stat_automap.R' 'stat_automap_coords.R' 'choropleth.R' 'coord_automap.R' 'crs.R' 'geom_boundaries.R' 'geom_centroids.R' 'geoscatter.R' 'ggautomap-package.R' 'position_circle_repel.R' URL: https://github.com/cidm-ph/ggautomap, https://cidm-ph.github.io/ggautomap/ BugReports: https://github.com/cidm-ph/ggautomap/issues Suggests: ggrepel, knitr, nswgeo, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://cidm-ph.r-universe.dev Date/Publication: 2026-03-25 23:24:29 UTC RemoteUrl: https://github.com/cidm-ph/ggautomap RemoteRef: HEAD RemoteSha: 9776a0ce230bd3a76cbb80a4eb2366b9e1b57d67 NeedsCompilation: no Packaged: 2026-06-23 07:13:08 UTC; root Author: Carl Suster [aut, cre, cph] (ORCID: ), Western Sydney Local Health District, NSW Health [cph] (2023-2025) Maintainer: Carl Suster