Download Latest Version collapse version 2.1.2 source code.tar.gz (13.5 MB)
Email in envelope

Get an email when there's a new version of collapse

Home / v2.1.1
Name Modified Size InfoDownloads / Week
Parent folder
collapse version 2.1.1 source code.tar.gz 2025-04-14 12.7 MB
collapse version 2.1.1 source code.zip 2025-04-14 13.0 MB
README.md 2025-04-14 384 Bytes
Totals: 3 Items   25.7 MB 0
  • 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.

Source: README.md, updated 2025-04-14