Skip to content

Releases: gavinrozzi/zipcodeR

v0.3.3

22 Sep 11:53

Choose a tag to compare

This release refactors zip_distance() to allow selecting units and operation on vectors of ZIP codes.

v0.3.2

02 Sep 12:49

Choose a tag to compare

  • zip_code_db has been updated.
  • download_zip_data() has been refactored to make data updates more easily accessible and compare against existing data. Data is now directly downloaded from the upstream source and the existing data GitHub repository will no longer be updated.
  • zip_distance() has been updated to allow changing the type of distance calculation performed if specified via the lonlat argument.
  • Citation data is now included with package. If using {zipcodeR} in a publication, you can obtain citation info by running citation("zipcodeR").
  • Misc updates to documentation and package reference info.

v0.3.1

10 Jun 14:46

Choose a tag to compare

This release is a hotfix intended to address problems for Mac users on the latest R release due to problems with the dependency {udunits2}. The package eliminates this dependency for unit conversions in this release.

v0.3.0

15 Apr 13:48

Choose a tag to compare

This release includes a few new functions for geographic lookups and normalizing ZIP codes along with several bug fixes.

v0.2.0

13 Dec 14:15

Choose a tag to compare

Fixes for CRAN submission

v0.1.0

17 Sep 14:12

Choose a tag to compare

This is the first release of zipcodeR, as available on CRAN.