fastplyr 0.4.0
New features
- New function
f_fillto fillNAvalues forwards and backwards by group.
Improvements
f_bind_rowssees a noticeable speed improvement.
Bug fixes
-
f_summarisenow returns results in the correct order when both
multiple cols and multiple optimised functions were specified. -
Joins were returning an error when
xandyaregrouped_dfobjects. -
The join by argument now accepts a partial named
character vector without throwing an error. -
tidy_quantileswould return an error when probabilities were not sorted and
has now been fixed.
Breaking changes
- The
seedargument off_slice_sampleis soft-deprecated. To achieve
sampling, or really any RNG functions with a local seed,
usecheapr::with_local_seed().