Version 0.1.2 of the fsttable
package is an intermediate release designed to introduce new experimental features to the package. Note that fsttable
is at it's early stages and not a fully functional package yet.
-
Error on installation bug (thanks for reporting @AndreMikulec)
-
Implement data.table-like j argument, without evalutation (thanks @martinblostein)
-
Fsttable state should be memoryless (thanks @martinblostein)
-
Row selection information is kept as a filter in the table_proxy object
-
Ordering information is kept in a slice_map in the data_proxy object
-
[Define a
fst_proxy
class](#12