Skip to content

collapse version 2.1.1

Latest
Compare
Choose a tag to compare
@SebKrantz SebKrantz released this 14 Apr 20:51
· 16 commits to master since this release
79803d7
  • alloc(list(1), 2) now gives list(1, 1) instead of list(list(1), list(1)), which can still be generated with alloc(list(1), 2, simplify = FALSE). This change also affects ftransform()/fmutate(), making, e.g., fmutate(data, y = list(1)) consistent with dplyr::mutate(data, y = list(1)). Thanks @MattAFiedler (#753).

  • fslice() now works with sf data frames.