- Cube class with MDX like query support
- dwtools introduction vignette
- added JDBC support to db function
- Entity-attribute-value (EAV) value calculation helper
- R vs SQL benchmark vignette
- new get.timing(), trunc.timing() functions for in-memory logs
- change in timing (non-db) approach
- no more 'timing' attribute
- a lot of code simplification
- shinyDW renamed to shinyBI
- shinyBI hierarchy browsing using denormalized data
- db - simplify code
- dbCopy - update for new timing
- updated tests, examples
- removed as.xts.data.table due to PR to data.table
- shinyBI (previously shinyDW) supports build hierarchy
- build hierarchy
- data.equal.data.table
- anonymize
- improved db timing
- db simplified interface
- tested on csv (default), SQLite, postgres
- should works on any DBI/ODBC driver
- setkey by col names or col positions
- timing for vectorized args
- auto timing
- dbCopy tables migration wrapper
- batch copy tables between connections
- joinbyv - batch join tables
- populate star schema data
- idxv - DT binary search on multiple keys
- timing function including logging to db
- as.xts.data.table conversion method and reverse
- vwap - tick data to OHLC and VWAP
- pkgsVersion handy wrapper to compare packages version across libraries