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
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
NeedsCompilation: no
Packaged: 2022-10-03 03:33:35 UTC; gavinrozzi
Author: Gavin Rozzi [aut, cre] (<https://orcid.org/0000-0002-9969-8175>)
Maintainer: Gavin Rozzi <gr@gavinrozzi.com>
Repository: CRAN
Date/Publication: 2022-10-03 22:00:02 UTC
Built: R 4.2.0; ; 2022-10-04 12:47:32 UTC; unix
