Package: zipcodeR
Title: Data & Functions for Working with US ZIP Codes
Version: 0.3.1
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.
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.1.1
Imports: rlang, stringr, raster, tidycensus, tidyr, dplyr
Depends: R (>= 3.5.0)
Suggests: knitr, rmarkdown, markdown, readr, testthat (>= 3.0.0), covr
VignetteBuilder: knitr, rmarkdown
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-06-10 00:55:38 UTC; gavinrozzi
Author: Gavin Rozzi [aut, cre] (<https://orcid.org/0000-0002-9969-8175>)
Maintainer: Gavin Rozzi <gr@gavinrozzi.com>
Repository: CRAN
Date/Publication: 2021-06-10 04:40:02 UTC
