Skip to content

v0.3.1

Compare
Choose a tag to compare
@jameslamb jameslamb released this 12 Sep 02:17

uptasticsearch 0.3.1

Bugfixes

Minor changes to unit tests to comply with CRAN

  • #136 removed calls to closeAllConnections() in unit tests because they were superfluous and causing problems on certain operating systems in the CRAN check farm.

Changed strategy for removing duplicate records

  • #138 changed our strategy for deduping records from unique(outDT) to unique(outDT, by = "_id"). This was prompted by Rdatatable/data.table#3332 (changes in data.table 1.12.0), but it's actually faster and safer anyway!