Skip to content

Commit

Permalink
updated NEWS.md links
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 30, 2019
1 parent db3a0f6 commit f992c47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
## Bugfixes

### Minor changes to unit tests to comply with CRAN
- [#TBD]() removed calls to `closeAllConnections()` in unit tests because they were superfluous and causing problems on certain operating systems in the CRAN check farm.
- [#136](https://github.com/UptakeOpenSource/uptasticsearch/pull/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](https://github.com/UptakeOpenSource/uptasticsearch/pull/138) changed our strategy for deduping records from `unique(outDT)` to `unique(outDT, by = "_id")`. This was prompted by [Rdatatable/data.table#3332](https://github.com/Rdatatable/data.table/issues/3332) (changes in `data.table` 1.12.0), but it's actually faster and safer anyway!

# uptasticsearch 0.3.0

Expand Down

0 comments on commit f992c47

Please sign in to comment.