- Removed explicit C++ standard for CRAN compatibility
- Fixed a bug where
stackmade unnecessary vector copies
stackis now compiled usingRcpp(#26)maskwill now makeNAvaluesFALSEmeltnow keeps object names for multiple arrays (#25)
- speed improvements for
construct,melt(#23) lambdaaddstbl_dfclass ifsimplify=FALSE(#19)map,lambda,stacknow have progress bars after 5s (#16)- Package no longer depends on
reshape2
- Package no longer depends on
abind,pryr along=-1uses last dimension inflatten,subset(#6)stacknow also accepts multiple arrays as argumentssummarizeis kept astranslateconstructno longer allows value aggregation; do this on thedata.framebefore (related to #11)constructnow hasname_axesoption to keep column names (#12)mapsubsets that areNAare dropped with a warning (#13)mapsubsets throw error if not same length as array axis- new
lambdasyntax (#14)
- add
collectfunction as opposite tomask - deprecate
summarizein favor ofmap - adjust tests for
testthat>=2
- fix bug where
splitwithNAinsubsetscaused wrong splitting; these are now dropped with a warning (#5) - fix bug where vectors are not bound along the right dimensions (#7)
- add
repfunctions for arrays (andrrepandcrepaliases for rows and columns, respectively)
- Initial release on CRAN