- Fixed a bug where
stack
made unnecessary vector copies
stack
is now compiled usingRcpp
(#26)mask
will now makeNA
valuesFALSE
melt
now keeps object names for multiple arrays (#25)
- speed improvements for
construct
,melt
(#23) lambda
addstbl_df
class ifsimplify=FALSE
(#19)map
,lambda
,stack
now have progress bars after 5s (#16)- Package no longer depends on
reshape2
- Package no longer depends on
abind
,pryr
along=-1
uses last dimension inflatten
,subset
(#6)stack
now also accepts multiple arrays as argumentssummarize
is kept astranslate
construct
no longer allows value aggregation; do this on thedata.frame
before (related to #11)construct
now hasname_axes
option to keep column names (#12)map
subsets that areNA
are dropped with a warning (#13)map
subsets throw error if not same length as array axis- new
lambda
syntax (#14)
- add
collect
function as opposite tomask
- deprecate
summarize
in favor ofmap
- adjust tests for
testthat>=2
- fix bug where
split
withNA
insubsets
caused wrong splitting; these are now dropped with a warning (#5) - fix bug where vectors are not bound along the right dimensions (#7)
- add
rep
functions for arrays (andrrep
andcrep
aliases for rows and columns, respectively)
- Initial release on CRAN