• Default to 1 thread to be safe during CRAN checks. User can override later.
  • Fix misuse of rank().
  • Remove LazyData decl.
  • Move to tinytest.
  • Documentation updates.
  • Add more related work links.
  • Move wrapr to Depends.
  • Delete some unsuable as-functions.
  • Fix up documentation relative to ex_data_table_step.
  • Return data.frame if we start with data.frame.
  • Belt and suspenders on stringsAsFactors
  • Neaten up package startup.
  • Remove unused methods import.
  • More tests on drop_columns.
  • Catch degenerate project.
  • Correct how we remove columns to use proper data.table notation.
  • Add group id command: ngroup().
  • Remove unary function adaptors.
  • Fix dotdotdot environment copy issue.
  • Import more from rquery, and ready executor in more cases.
  • Update docs.
  • Move to new f_db signature.
  • Adjust license.
  • Use non-strict let().
  • Support no-new column project().
  • Unify more expression handling.
  • Work with non-tame column names more places.
  • Undo issues from last global env fix.
  • Fix some global env references.
  • Re-export basic pivot capability.
  • extra copy in ex_data_table.relop_list() (just in case).
  • Move to RUnit.
  • More tests.
  • Add ex_data_table.relop_list().
  • Allow more control of ordering in extend.
  • Relax column production check.
  • Add rq_ufn().
  • More of force parent.frame forcing.
  • Add row limit to order.
  • Add order_expr.
  • Add power test.
  • alternate data.table implementation path.
  • force parent.frame.
  • allow no group columns project.
  • work on ordering in extend.
  • More tests.
  • Work on result print-visibility.
  • Fix full join print glitch.
  • data.table implementation of theta-join.
  • Documentation fixes.
  • Adapt to instant execution path.
  • Don’t expect %>>%.
  • Documentation improvements.
  • Don’t use isFALSE() (new to R 3.5.0).
  • Update install instructions.
  • Improve regexps.
  • First CRAN release.