Skip to content

Version 0.1.5: tidyr v1.0.0 compatibility, and various bug and typo fixes

Compare
Choose a tag to compare
@dgrtwo dgrtwo released this 09 Sep 18:20
· 12 commits to master since this release

The most important component of this release is that it is compatible with tidyr v1.0.0, which is planned to be submitted to CRAN on 2019-09-09. It also fixes a few minor bugs and issues.

Features

  • fuzzy_join now supports formula notation for match_fun, multi_match_fun, and index_match_fun.

Bug fixes and maintenance

  • Many changes to internals to make compatible with newest versions of dplyr and tidyr (#58 and #60, @jennybc)
  • difference, distance, geo and stringdist joins now add a distance column even if there are no overlapping rows (fixes #57)
  • distance joins now support the case where there's only one column in common (fixes #43)
  • Fixed typos in documentation (#40, @ChrisMuir and #53, @brooke-watson)