Recent Releases of runner
runner - 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)
- R
Published by gogonzo over 3 years ago
runner - runner 0.4.1
- Fix
runner.grouped_df(dplyrclass) to not ignorekargument. - removed defunct argument
type.
- R
Published by gogonzo over 4 years ago
runner - runner 0.4.0
- defunct
typeargument in favor ofsimplify. - fixed error when using
runner::runner. - fixed
max_runto returnNAinstead ofNaNin incomplete orNAwindows.
- R
Published by gogonzo about 5 years ago
runner - 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.
- R
Published by gogonzo over 5 years ago
runner - runner 0.3.7
- add
run_byfunction to prespecify arguments for multiple runner calls runnersupportsgrouped_df
- R
Published by gogonzo about 6 years ago
runner - 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.
- R
Published by gogonzo about 6 years ago
runner - runner 0.3.2
runnerfunction with defaulttype = "auto"which automatically guess the type of returned object.- speed up
runnerfunction.
- R
Published by gogonzo about 6 years ago
runner - runner 0.3.1
- added
atargument to all functions to return output on specific indexes.
- R
Published by gogonzo over 6 years ago
runner - 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
- R
Published by gogonzo over 6 years ago
runner - runner 0.2.3
- allow negative lag
- na_pad in all functions with lag or k
- R
Published by gogonzo over 6 years ago
runner - runner 0.2.2
- modified runner to accept any types of input vectors
- added lag to all runner functions
- added minmax_run which calculates running mins and maxes to denote current highs and lows
- improved vignette
- R
Published by gogonzo over 6 years ago