Changelog
Source:NEWS.md
zippeR 0.2.0
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
- Partial support for 2024 TIGRIS year:
zi_list_zctas()accepts 2024 in its valid range, andzi_get_geometry()accepts the argument but aborts with an informative message until internal data is rebuilt in a future release - Deprecated parameter aliases
input_zipanddictinzi_crosswalk()with backwards-compatible support until early 2027 -
@examplesIfguards replace\donttest{}/\dontrun{}wrappers in all network-dependent and API-key-dependent examples - Minimum R version set to 4.1
Bug fixes
- Resolved several input validation gaps across
zi_aggregate(),zi_crosswalk(),zi_convert(),zi_get_geometry(),zi_get_demographics(),zi_load_crosswalk(),zi_load_labels(),zi_load_labels_list(),zi_prep_hud(),zi_repair(), andzi_validate() - Fixed a number of incorrect column references, variable scoping errors, and unsafe dispatch patterns identified during a code quality audit
- Replaced live Census API calls in tests with local fixtures so
R CMD checkpasses on CRAN without a Census API key - Normalized non-standard column names in the 2015 UDS crosswalk
zippeR 0.1.1
CRAN release: 2025-02-25
- Updates to
README.mdandNEWS.mdto reflect the fact that the package is now on CRAN - Resolve R CMD check issue where examples in
zi_crosswalkandzi_load_crosswalkfail on CI because a HUD key is not available to them - Fail informatively if
tigrisis 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