You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renaming epi_slide_opt to epi_slide, epi_slide_fast, etc
Making epi_slide_opt accept basic functions like mean and median and dispatching to our favored specialized sliding function implementation like frollmean on detecting mean; otherwise frollapply-ing the function
Removing current epi_slide
Making epi_slide perform dplyr-like magic to dispatch to use fast rolling functions where possible
Consider
epi_slide_opt
toepi_slide
,epi_slide_fast
, etcepi_slide_opt
accept basic functions likemean
andmedian
and dispatching to our favored specialized sliding function implementation likefrollmean
on detectingmean
; otherwisefrollapply
-ing the functionepi_slide
epi_slide
perform dplyr-like magic to dispatch to use fast rolling functions where possibleThe text was updated successfully, but these errors were encountered: