Package: zipcodeR
Title: Data & Functions for Working with US ZIP Codes
Version: 0.4.0
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. New
             analyses can select an immutable modern data bundle through the
             next-generation API, while the historical interface remains
             compatible with version 0.3.5 for reproducible research.
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
Imports: rlang, stringr, raster, tidycensus, tidyr, dplyr, jsonlite,
        httr, curl, RSQLite, DBI
Depends: R (>= 3.5.0)
Suggests: openssl, knitr, rmarkdown, markdown, readr, testthat (>=
        3.0.0), covr, tibble
VignetteBuilder: knitr, rmarkdown
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-07 12:18:08 UTC; gavin
Author: Gavin Rozzi [aut, cre] (ORCID: <https://orcid.org/0000-0002-9969-8175>)
Maintainer: Gavin Rozzi <gr@gavinrozzi.com>
Repository: CRAN
Date/Publication: 2026-09-07 16:00:02 UTC
