• Address issue with the Census servers being offline
  • Address issue with OpenBLAS on CRAN checks
  • Expand support for parallel processing to Windows and the process has been streamlined so that Unix and Windows platforms now use the same workflow internally. This workflow change was motivated by a bug with macOS 12.4.
  • Dependencies that are listed under Imports have been expanded since all operating systems now use the same packages to facilitate parallel processing.
  • R version 3.4 is now the minimum version supported
  • Miscellaneous documentation updates
  • We’ve made some internal changes to ensure that API issues fail gracefully
  • Documentation improvements have been made to clarify the main vignette
  • Fix issue related to current vintages and benchmarks in options.R that changed due to the 2020 Decennial Census

Version 1.0.0 brings breaking changes, but adds a ton of new functionality. * Full support for all Census Bureau Geographic Tools * The syntax of cxy_geocode() has changed slightly to facilitate new options * Non-Standard Evaluation (NSE) has been removed * censusxy now only has 1 dependency * Parallel support added for Unix Platforms

  • The cxy_geocode() function now includes an option fill_na, which is enabled by default. Two fields in the original implementation of the package, cxy_quality and cxy_match, were returned as empty strings when no match was identified. Now, by default, they will both be returned with NA values when there is no match. If you want to return to the original behavior, simply set fill_na = FALSE in your function call.
  • Address CRAN policy concerns with how temporary files are saved and removed when uploading batches of addresses to the Census Bureau’s website
  • CRAN release version of the software.
  • Corrected tense shifts in description paragraph in DESCRIPTION, README.Rmd, and index.Rmd
  • Other minor updates to pkgdown site and README.Rmd
  • Added a NEWS.md file to track changes to the package.
  • Add initial package infrastructure and functionality.
  • Enable continuous integration and code coverage testing of package.
  • Build pkgdown site.