Package: zipcodeR Title: Data & Functions for Working with US ZIP Codes Version: 0.3.5 Authors@R: person(given = "Gavin", family = "Rozzi", role = c("aut", "cre"), email = "gr@gavinrozzi.com", comment = c(ORCID = "0000-0002-9969-8175")) Description: Make working with ZIP codes in R painless with an integrated dataset of U.S. ZIP codes and functions for working with them. Search ZIP codes by multiple geographies, including state, county, city & across time zones. Also included are functions for relating ZIP codes to Census data, geocoding & distance calculations. License: GPL-3 URL: https://github.com/gavinrozzi/zipcodeR/, https://www.gavinrozzi.com/project/zipcoder/ BugReports: https://github.com/gavinrozzi/zipcodeR/issues/ Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.1 Imports: rlang, stringr, raster, tidycensus, tidyr, dplyr, jsonlite, httr, curl, RSQLite, DBI Depends: R (>= 3.5.0) Suggests: knitr, rmarkdown, markdown, readr, testthat (>= 3.0.0), covr, tibble VignetteBuilder: knitr, rmarkdown Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://gavinrozzi.r-universe.dev Date/Publication: 2026-01-04 21:20:02 UTC RemoteUrl: https://github.com/gavinrozzi/zipcoder RemoteRef: HEAD RemoteSha: 48ed689f4ee1694b1ec5fdffef02bed117938398 NeedsCompilation: no Packaged: 2026-07-03 06:51:58 UTC; root Author: Gavin Rozzi [aut, cre] (ORCID: ) Maintainer: Gavin Rozzi