Package: explodemap Title: Hierarchical Exploded-View Cartography Version: 0.3.0 Authors@R: person("George", "Arthur", , "prigasgenthian48@gmail.com", role = c("aut", "cre")) Description: Tools for generating hierarchical exploded-view maps from dense administrative boundary data. The package applies rigid-body translations to polygon geometries using a centroid-driven vector field, preserving the internal geometry of each feature while separating units within and across regions. Parameters can be derived analytically from dataset geometry using closed-form models for regional separation and local expansion. The package also includes grouped layouts, optional bounded collision refinement, and an interactive focus-map widget for selected-area inspection in 'htmlwidgets' and 'Shiny'. It implements the methodology described in George Arthur (2026) "A Hierarchical Vector-Based Framework for Multi-Scale Exploded-View Cartography". License: MIT + file LICENSE URL: https://prigasg.github.io/explodemap/, https://github.com/PrigasG/explodemap, https://huggingface.co/spaces/Prigas89/explodemap-gallery, https://huggingface.co/spaces/Prigas89/spatial-pipeline-studio BugReports: https://github.com/PrigasG/explodemap/issues Depends: R (>= 4.1.0) Imports: dplyr, ggplot2, htmlwidgets, purrr, rlang, sf, utils Suggests: bslib, dragmapr, ggiraph, knitr, rmarkdown, shiny, testthat (>= 3.0.0), tigris VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://prigasg.r-universe.dev Date/Publication: 2026-06-27 10:57:31 UTC RemoteUrl: https://github.com/prigasg/explodemap RemoteRef: HEAD RemoteSha: 99971279c29a4c0323e691a58ab5bf6b9dff85d6 NeedsCompilation: no Packaged: 2026-06-27 11:32:02 UTC; root Author: George Arthur [aut, cre] Maintainer: George Arthur