HawaSpatial is an R package and a ‘shiny’ platform for sub-national monitoring of global development indicators using complex household surveys and administrative shapefiles.
The package supports workflows for:
glmmTMB;After CRAN acceptance, install the released package using the
standard R package installation workflow. Development versions are
available from the project repository listed in
DESCRIPTION.
library(HawaSpatial)
run_app()or:
run_hawaspatial()hawaspatial_example_files()The package includes three example survey datasets and two shapefile archives:
HawaSpatial does not rely on chat memory or informal notes as the source of analytical context. The package includes project-state helper functions so users can save selected indicators, geography, model settings, weights, time periods, and reporting metadata.
state <- list(
indicator = "poverty",
admin_level = "region",
survey_waves = c(2017, 2022),
spatial_weights = "Queen contiguity"
)
save_hawaspatial_state(state, "my_hawaspatial_state.rds")
restored <- load_hawaspatial_state("my_hawaspatial_state.rds")HawaSpatial has been used and cited through its Zenodo software DOI in applied geospatial and multilevel health studies, including:
citation("HawaSpatial")Suggested software citation:
Muse, A. H. (2026). HawaSpatial: Holistic and Areal Weighted Analysis for Global Development (Version 0.1.10) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.18290101
GPL-3 or later.