Skip to contents

zippeR (development version)

New features and improvements

zippeR 0.2.0

CRAN release: 2026-06-02

New features and improvements

  • UDS Mapper crosswalk data (2009–2022) is now bundled with the package, eliminating the runtime network dependency on an external GitHub repository
  • Full support for 2024 TIGRIS year: zi_list_zctas() and zi_get_geometry() now support 2024 for all request types, including state- and county-scoped requests (previously these aborted pending a rebuild of internal lookup data, tracked in #104, now resolved). 2010-2023 continue to work as before (regression-tested)
  • Deprecated parameter aliases input_zip and dict in zi_crosswalk() with backwards-compatible support until early 2027
  • @examplesIf guards replace \donttest{}/\dontrun{} wrappers in all network-dependent and API-key-dependent examples
  • Minimum R version set to 4.1

Bug fixes

Dependency changes

  • Dropped purrr, spatstat.univar, stringr, httr, readr, and tidyr from Imports
  • Added httr2 (>= 1.0.0) to Imports

zippeR 0.1.2

CRAN release: 2025-04-25

  • Address issues with Census Bureau API being offline

zippeR 0.1.1

CRAN release: 2025-02-25

  • Updates to README.md and NEWS.md to reflect the fact that the package is now on CRAN
  • Resolve R CMD check issue where examples in zi_crosswalk and zi_load_crosswalk fail on CI because a HUD key is not available to them
  • Fail informatively if tigris is not working due to U.S. Census Bureau servers being unavailable. At this time TigerWeb is not used as a backup due to the limited availability of ZCTA data

zippeR 0.1.0

CRAN release: 2024-07-14

  • Initial CRAN submission version that contains functionality for working with UDS and HUD ZIP Code crosswalk files as well as Census Bureau ZCTA geometries and demographic data