- Added
interval_join
, which joins tables on cases where (start, end) intervals overlap between the two columns. This adds IRanges from Bioconductor to SUGGESTS. - Added
genome_join
, which is a more specific case ofinterval_join
that joins tables on based on (chromosome, start, end), where the chromosome must agree and (start, end) must overlap. - Added
index_match_fun
argument tofuzzy_join
, which handles functions (such asinterval_join
andgenome_join
) that operate on the original columns rather than all pairs of columns - Added
ignore_case
option toregex_join
(thanks to Abraham Neuwirth; #26)
- Fixed bug when matching multiple columns to the same column (#28)
- Fixed bug in which rows were sometimes duplicated when no distance column was specified (#21)
- Changed maintainer email to my gmail address, to match my other packages on CRAN
- Added more unit tests
- local OS X install, R 3.4.0
- win-builder (devel and release)
There were no ERRORs, WARNINGs or NOTEs.
There are currently no reverse dependencies in CRAN.