| NEWS | R Documentation | 
News for Package bsearchtools
Changes in bsearchtools version 0.0.61 (2017-02-22)
- Bug Fixes : - Fixed: R - v3.4+requires native symbols registration (#9)
 
Changes in bsearchtools version 0.0.59 (2017-01-22)
- Bug Fixes : 
- New Features : - Added - EQNAcondition to select NA values in DFI objects. (#8)
- Improved - unionIndexesList,- OR,- INperformances
 
Changes in bsearchtools version 0.0.47 (2016-12-12)
- Breaking Changes : - Standard - data.frame/- matrixsubset and replacement operators do not work anymore on- DFIobjects but you need perform them on- DFI.unWrap(DFIobj). This decision has been made to avoid wrong unnoticed results when- DFIobjects are modified. Also, the internal representation has changed and it may be subjected to further changes in the future, so the users should not rely on the current structure but only use the provided functions. (#5)
 
- Bug Fixes : 
- New Features : - Added drop argument support in - DFI.subsetfunction. (#3)