NEWS.md
runner(..., na_pad) for vectors to return NA when windows is incomplete. Other methods already consistent.runner::runner using do.call. (#83 and #84)runner.grouped_df (dplyr class) to not ignore k argument.type.type argument in favor of simplify.runner::runner.max_run to return NA instead of NaN in incomplete or NA windows.simplify identical to argument used in sapply.xts objects.type argument is being deprecated.run_by function to prespecify arguments for multiple runner callsrunner supports grouped_df
runner function to be applied on data.frame or matrix - running windows constructed by subsetting rows.runner output can be a list.at lag and k allows to specify values as POSIXt sequence increment - same as by in seq.POSIXt.runner function with default type = "auto" which automatically guess the type of returned object.runner function.runner to accept any types of input vectorslag to all runner functionsminmax_run which calculates running minimum and maximum to denote current highs and lowsrunner function which allows to apply custom function on running windows - so far returning only numericidx argument which allows to compute running windows within specified date/time/indexes range.lag_run function - lagged value able to be computed on date/time lag.length_run function to compute number of elements within specified date/time/indexes range.