NEWS | R Documentation |
Bug Fixes :
Fixed: R v3.4+
requires native symbols registration (#9)
Bug Fixes :
New Features :
Added EQNA
condition to select NA values in DFI objects. (#8)
Improved unionIndexesList
,OR
,IN
performances
Breaking Changes :
Standard data.frame
/matrix
subset and replacement operators do not work anymore on DFI
objects but you need perform them on DFI.unWrap(DFIobj)
.
This decision has been made to avoid wrong unnoticed results when DFI
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)