groupdata2 1.5.0
-
Breaking: Rewrites large parts of the numerical balancing engine used in
fold()
andpartition()
. This produces different groups in some cases. Outsources extreme pairing torearrr::pair_extremes()
. Now uses hierarchical shuffling (rearrr::shuffle_hierarchy()
) inpartition()
and some cases offold()
(relevant whenextreme_pairing_levels
> 1).
If you need reproducibility, the last version prior to this breaking change can be installed withdevtools::install_github("ludvigolsen/[email protected]")
. -
Imports
rearrr
for use in numerical balancing. -
Minor improvements to vignettes.