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
EQNA
condition to select NA values in DFI objects. (#8)Improved
unionIndexesList
,OR
,IN
performances
Changes in bsearchtools version 0.0.47 (2016-12-12)
Breaking Changes :
Standard
data.frame
/matrix
subset and replacement operators do not work anymore onDFI
objects but you need perform them onDFI.unWrap(DFIobj)
. This decision has been made to avoid wrong unnoticed results whenDFI
objects 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.subset
function. (#3)