The geomasking tool (geomasker) was developed by the New York State Department of Health (NYSDOH) Environmental Public Health Tracking (EPHT) Program with funding administered through Health Research Incorporated. The geomasker is maintained by Abigail Stamm at the NYSDOH.
Run the code below in R to install the geomasker directly from GitHub.
# install devtools if you don't already have it
install.packages("devtools")
# install the development version of the geomasker from Github
# with all required packages from CRAN
devtools::install_github("ajstamm/geomask", dependencies = TRUE,
build_vignette = TRUE)
The geomasker is provided as is. We welcome feedback on what worked well, suggestions for improvement, and bugs you encounter. Report all issues via the "Issues" tab or by emailing [NYSDOH EPHT](mailto:epht@health.ny.gov?subject=[Geomask in R]).
The geomasker was written in R-2.13.0 in Windows XP and was revised and converted to a package in R-4.2.0 in Windows 10 using RStudio-1.4.1103 and devtools-2.3.2. The latest version of GAT was compiled in R-4.2.2 and runs in R-4.0 through R-4.2.
If you are interested in the geomasker's history, including the original R script, visit the archive.