Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-17387: [R] Implement dplyr::across() inside filter() #14281

Merged
merged 15 commits into from Oct 11, 2022

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    2722e0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efa908f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43523ca View commit details
    Browse the repository at this point in the history
  4. Vectorise call to is_call

    thisisnic committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    e3f9b44 View commit details
    Browse the repository at this point in the history
  5. Add tests for if_all and if_any, and update tests to make sure we're …

    …comparing quosures with quosures
    thisisnic committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    fdfc27c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4bf802 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    998b397 View commit details
    Browse the repository at this point in the history
  8. Update docs

    thisisnic committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    e9aae11 View commit details
    Browse the repository at this point in the history
  9. Namespace reduce call

    thisisnic committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    0ab3d81 View commit details
    Browse the repository at this point in the history
  10. Import expr_text

    thisisnic committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    9bf2d12 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae5aced View commit details
    Browse the repository at this point in the history
  12. Run devtools::document

    thisisnic committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    0e6ab68 View commit details
    Browse the repository at this point in the history
  13. Import expr_text

    thisisnic committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    7f8b8cf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Update r/R/dplyr-across.R

    Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
    thisisnic and nealrichardson committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6459ad0 View commit details
    Browse the repository at this point in the history
  2. Remove duplicated test

    thisisnic committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    d4d3a00 View commit details
    Browse the repository at this point in the history