git head
- lambdais deprecated and syntax is now available from- mapfunction
- mapis now compiled using- Rcpp
narray 0.5.1
- Fixed a bug where stackmade unnecessary vector
copies
narray 0.5.0
- stackis now compiled using- Rcpp(#26)
- maskwill now make- NAvalues- FALSE
- meltnow keeps object names for multiple arrays
(#25)
narray 0.4.1
- speed improvements for construct,melt(#23)
- lambdaadds- tbl_dfclass if- simplify=FALSE(#19)
- map,- lambda,- stacknow have
progress bars after 5s (#16)
- Package no longer depends on reshape2
narray 0.4.0
- Package no longer depends on abind,pryr
- along=-1uses last dimension in- flatten,- subset(#6)
- stacknow also accepts multiple arrays as
arguments
- summarizeis kept as- translate
- constructno longer allows value aggregation; do this
on the- data.framebefore (related to #11)
- constructnow has- name_axesoption to keep
column names (#12)
- mapsubsets that are- NAare dropped with a
warning (#13)
- mapsubsets throw error if not same length as array
axis
- new lambdasyntax (#14)
narray 0.3.2
- add collectfunction as opposite tomask
- deprecate summarizein favor ofmap
- adjust tests for testthat>=2
narray 0.2.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)
narray 0.1.1