Recent Releases of runner

runner - runner 0.4.4

  • Fixed CRAN issues

- R
Published by gogonzo about 2 years ago

runner - runner 0.4.2

  • fix runner(..., na_pad) for vectors to return NA when windows is incomplete. Other methods already consistent.
  • fix the problems when calling runner::runner using do.call. (#83 and #84)

- R
Published by gogonzo over 3 years ago

runner - runner 0.4.1

  • Fix runner.grouped_df (dplyr class) to not ignore k argument.
  • removed defunct argument type.

- R
Published by gogonzo over 4 years ago

runner - runner 0.4.0

  • defunct type argument in favor of simplify.
  • fixed error when using runner::runner.
  • fixed max_run to return NA instead of NaN in incomplete or NA windows.

- R
Published by gogonzo about 5 years ago

runner - runner 0.3.8

  • implement parallel windows computation.
  • added simplify identical to argument used in sapply.
  • add runner for xts objects.
  • fix runner for matrix.
  • type argument is being deprecated.
  • reduce number of dependencies.

- R
Published by gogonzo over 5 years ago

runner - runner 0.3.7

  • add run_by function to prespecify arguments for multiple runner calls
  • runner supports grouped_df

- R
Published by gogonzo about 6 years ago

runner - runner 0.3.5

  • 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.
  • enhanced function documentation by images.

- R
Published by gogonzo about 6 years ago

runner - runner 0.3.2

  • runner function with default type = "auto" which automatically guess the type of returned object.
  • speed up runner function.

- R
Published by gogonzo about 6 years ago

runner - runner 0.3.1

  • added at argument 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