Skip to content

Releases: gogonzo/runner

runner 0.4.4

04 Mar 06:46
0c5e57e
Compare
Choose a tag to compare
  • Fixed CRAN issues

runner 0.4.2

13 Sep 15:30
Compare
Choose a tag to compare
  • 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)

runner 0.4.1

03 Oct 16:22
3ddbfb8
Compare
Choose a tag to compare
  • Fix runner.grouped_df (dplyr class) to not ignore k argument.
  • removed defunct argument type.

runner 0.4.0

22 Apr 07:24
43e1f1e
Compare
Choose a tag to compare
  • 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.

runner 0.3.8

21 Feb 17:24
Compare
Choose a tag to compare
  • 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.

runner 0.3.7

26 Apr 07:41
Compare
Choose a tag to compare
  • add run_by function to prespecify arguments for multiple runner calls
  • runner supports grouped_df

runner 0.3.5

11 Apr 13:41
Compare
Choose a tag to compare
  • 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.

runner 0.3.2

14 Mar 07:38
7f196b2
Compare
Choose a tag to compare
  • runner function with default type = "auto" which automatically guess the type
    of returned object.
  • speed up runner function.

runner 0.3.1

14 Jan 20:47
a7c5faa
Compare
Choose a tag to compare
  • added at argument to all functions to return output on specific indexes.

runner 0.3.0

11 Dec 21:07
00f2fd2
Compare
Choose a tag to compare
  • 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