Skip to content

ARROW-13502: [R] Bindings for min/max aggregation - #11175

Closed
ianmcook wants to merge 13 commits into
apache:masterfrom
ianmcook:ARROW-13502
Closed

ARROW-13502: [R] Bindings for min/max aggregation#11175
ianmcook wants to merge 13 commits into
apache:masterfrom
ianmcook:ARROW-13502

Conversation

@ianmcook

Copy link
Copy Markdown
Member

Adds bindings for min() and max() in dplyr::summarise()

@github-actions

Copy link
Copy Markdown

thisisnic
thisisnic previously requested changes Sep 20, 2021

@thisisnicthisisnic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor suggestions, otherwise LGTM!

Comment threadr/R/dplyr-functions.R Outdated
Comment threadr/R/dplyr-functions.R Outdated
Comment threadr/tests/testthat/test-dplyr-group-by.R Outdated
Comment threadr/tests/testthat/test-dplyr-summarize.R Outdated
Comment threadr/tests/testthat/test-dplyr-summarize.R Outdated

@thisisnicthisisnic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of super minor things but they're pretty trivial

Comment threadr/tests/testthat/test-dplyr-group-by.R Outdated
Comment threadr/tests/testthat/test-dplyr-group-by.R
Co-authored-by: Nic <thisisnic@gmail.com>
ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Oct 20, 2021
Adds bindings for `min()` and `max()` in `dplyr::summarise()`
Closesapache#11175 from ianmcook/ARROW-13502
Authored-by: Ian Cook <ianmcook@gmail.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ianmcook@thisisnic