runner 0.4.3
- fix an example after dependency change.
runner 0.4.2
- fix runner(..., na_pad)for vectors to returnNAwhen windows is incomplete. Other methods already
consistent.
- fix the problems when calling runner::runnerusingdo.call. (#83 and #84)
runner 0.4.1
- Fix runner.grouped_df(dplyrclass) to not
ignorekargument.
- removed defunct argument type.
runner 0.4.0
- defunct typeargument in favor ofsimplify.
- fixed error when using runner::runner.
- fixed max_runto returnNAinstead ofNaNin incomplete orNAwindows.
runner 0.3.8
- implement parallel windows computation.
- added simplifyidentical to argument used insapply.
- add runner for xtsobjects.
- fix runner for matrix.
- typeargument is being deprecated.
- reduce number of dependencies.
runner 0.3.7
- add run_byfunction to prespecify arguments for
multiple runner calls
- runnersupports- grouped_df
runner 0.3.5
- runnerfunction to be applied on- data.frameor- matrix- running windows
constructed by subsetting rows.
- runneroutput can be a list.
- at- lagand- kallows to
specify values as- POSIXtsequence increment - same as- byin- seq.POSIXt.
- enhanced function documentation by images.
runner 0.3.2
- runnerfunction with default- type = "auto"which automatically guess the type of returned object.
- speed up runnerfunction.
runner 0.3.1
- added atargument to all functions to return output
with specific indexes.
runner 0.3.0
- switch to c++11 compiler
- fix lag to get latest value within window instead of outside of the
window
- change argument in lag from k to lag
- runner able to return output specified by user in type argument
runner 0.2.3
- allow negative lag
- na_padin all functions with lag or k
runner 0.2.2
- modified runnerto accept any types of input
vectors
- added lagto all runner functions
- added minmax_runwhich calculates running minimum and
maximum to denote current highs and lows
- improved vignettes
runner 0.2.1
- added runnerfunction which allows to apply custom
function on running windows - so far returning only numeric
runner 0.2.0
- all functions have additional idxargument which allows
to compute running windows within specified date/time/indexes
range.
- added lag_runfunction - lagged value able to be
computed on date/time lag.
- added length_runfunction to compute number of elements
within specified date/time/indexes range.