Package: zippeR
Title: Working with United States ZIP Code and ZIP Code Tabulation Area
        Data
Version: 0.1.2
Authors@R: c(
    person(
      given = "Christopher", family = "Prener", email = "Christopher.Prener@pfizer.com", 
      role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4310-9888")
    ),
    person(
      given = "Timothy", family = "Wiemken", email = "Timothy.Wiemken@pfizer.com", 
      role = "aut", comment = c(ORCID = "0000-0002-8251-3007")
    ),
    person(
      given = "Angela", family = "Cook", email = "Angela.Cook@pfizer.com", 
      role = "aut"
    )
  )
Description: Provides a set of functions for working with American postal codes,
   which are known as ZIP Codes. These include accessing ZIP Code to ZIP Code 
   Tabulation Area (ZCTA) crosswalks, retrieving demographic data for ZCTAs, and 
   tabulating demographic data for three-digit ZCTAs.
Depends: R (>= 3.5)
License: Apache License (>= 2)
URL: https://github.com/pfizer-opensource/zippeR
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports: cli, datasets, dplyr, httr, jsonlite, purrr, readr, sf,
        spatstat.univar, stats, stringr, tibble, tidycensus, tidyr,
        tigris
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-04-25 20:15:49 UTC; prenec
Author: Christopher Prener [aut, cre] (<https://orcid.org/0000-0002-4310-9888>),
  Timothy Wiemken [aut] (<https://orcid.org/0000-0002-8251-3007>),
  Angela Cook [aut]
Maintainer: Christopher Prener <Christopher.Prener@pfizer.com>
Repository: CRAN
Date/Publication: 2025-04-25 20:50:02 UTC
Built: R 4.6.0; ; 2025-07-18 09:21:11 UTC; unix
