Commits


Arnaud Feldmann authored and GitHub committed f6bda06f5cf
GH-35180: [R] Implement bindings for cumsum function (#35339) Fixes #35180 Can't do the binding to dplyr, as dplyr takes Scalar Expressions and cumsum ( #12460 ) isn't a scalar expression. * Closes: #35180 Lead-authored-by: arnaud-feldmann <arnaud.feldmann@gmail.com> Co-authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>