Package: geofacet Title: 'ggplot2' Faceting Utilities for Geographical Data Version: 0.2.5 Authors@R: c( person("Ryan", "Hafen", email = "rhafen@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5516-8367")), person("Barret", "Schloerke", email = "schloerke@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-9986-114X"))) Description: Provides geographical faceting functionality for 'ggplot2'. Geographical faceting arranges a sequence of plots of data for different geographical entities into a grid that preserves some of the geographical orientation. Depends: R (>= 4.1.0) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: ggplot2 (>= 4.0.0), gtable, graphics, rnaturalearth, sf, ggrepel, gridExtra, geogrid, methods, rlang, httr2 Suggests: testthat, covr, lintr, knitr, rmarkdown URL: https://github.com/hafen/geofacet, https://hafen.github.io/geofacet/ BugReports: https://github.com/hafen/geofacet/issues RoxygenNote: 7.3.3 VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://hafen.r-universe.dev Date/Publication: 2026-01-14 15:11:34 UTC RemoteUrl: https://github.com/hafen/geofacet RemoteRef: HEAD RemoteSha: 671e343fbfa2aa8d340cbde0d97c9ed688e897bb NeedsCompilation: no Packaged: 2026-06-13 06:31:08 UTC; root Author: Ryan Hafen [aut, cre] (ORCID: ), Barret Schloerke [ctb] (ORCID: ) Maintainer: Ryan Hafen