Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Commit to prepare for CRAN release
  • Loading branch information
dgrtwo committed May 15, 2020
1 parent f601b73 commit 1593ddd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: fuzzyjoin
Type: Package
Title: Join Tables Together on Inexact Matching
Version: 0.1.5
Version: 0.1.6
Authors@R: c(person("David", "Robinson", email = "[email protected]",
role = c("aut", "cre")),
person("Jennifer", "Bryan", email = "[email protected]", role = "ctb"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# fuzzyjoin 0.1.6

* Updates to internals to make compatible with dplyr 1.0.0 (#67, @hadley)

# fuzzyjoin 0.1.5

* fuzzy_join now supports formula notation for `match_fun`, `multi_match_fun`, and `index_match_fun`.
Expand Down
25 changes: 4 additions & 21 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
# fuzzyjoin 0.1.5
# fuzzyjoin 0.1.6

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`.
This release makes fuzzyjoin compatible with dplyr v1.0.0, which is planned to be submitted to CRAN on 2020-05-15.

## 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)

## Test environments

* local OS X install, R 3.5.0
* Travis: Linux, R-devel, R-release, tidyr-devel, and R-oldrel
* AppVeyor: Windows
* win-builder (devel and release)
* Updates to internals to make compatible with dplyr 1.0.0 (#67, @hadley)
* Rebuilt site with pkgdown

## R CMD check results

There were no ERRORs, WARNINGs or NOTEs.

## Reverse dependencies

There are currently three reverse dependencies: tidygenomics, xrf, and widyr. I used revdepcheck to check each with the new version of fuzzyjoin and found no problems.

0 comments on commit 1593ddd

Please sign in to comment.