Releases: gogonzo/runner
Releases · gogonzo/runner
Release list
runner 0.4.4
runner 0.4.2
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 runnersupportsgrouped_df
runner 0.3.5
runnerfunction to be applied ondata.frameormatrix- running windows
constructed by subsetting rows.runneroutput can be a list.atlagandkallows to specify values asPOSIXtsequence increment - same asbyinseq.POSIXt.- enhanced function documentation by images.
runner 0.3.2
runnerfunction with defaulttype = "auto"which automatically guess the type
of returned object.- speed up
runnerfunction.
runner 0.3.1
- added
atargument to all functions to return output on 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