Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tidyverse/dplyr Loading
base: 92ace94
Choose a base ref
...
head repository: tidyverse/dplyr Loading
compare: b4ebddb
Choose a head ref
  • 17 commits
  • 26 files changed
  • 8 contributors

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    1832ffb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Update case-when.R (#6832)

    * Update case-when.R
    
    Since it stated:
    > `case_when()` is an R equivalent of the SQL "searched" `CASE WHEN` statement.
    It makes sense to complete the analogy with `.default` as an else `statment`.
    
    * Document
    
    ---------
    
    Co-authored-by: DavisVaughan <[email protected]>
    arielhasidim and DavisVaughan committed May 4, 2023
    Configuration menu
    Copy the full SHA
    813dc33 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Split coercion tests (#6846)

    krlmlr committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c48230c View commit details
    Browse the repository at this point in the history
  2. Require data frame compatibility for setequal() (#6786)

    * Require data frame compatibility for setequal()
    
    * Results
    
    * This repo doesn't use fledge yet
    
    * Move NEWS bullet
    
    * Tweak tests to use snapshots
    
    ---------
    
    Co-authored-by: DavisVaughan <[email protected]>
    krlmlr and DavisVaughan committed May 17, 2023
    Configuration menu
    Copy the full SHA
    16b472f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Split test (#6883)

    krlmlr committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d97a6bf View commit details
    Browse the repository at this point in the history
  2. Add closing backtick (#6880)

    krlmlr committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    aea3dc9 View commit details
    Browse the repository at this point in the history
  3. Add tests for closest() (#6882)

    krlmlr committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3125697 View commit details
    Browse the repository at this point in the history
  4. Fix mutate_each() and summarise_each() deprecation warnings (#6884)

    * Ensure that `mutate/summarise_each()` throw correct deprecation messages
    
    * NEWS bullet
    DavisVaughan committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c963d4d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    2364233 View commit details
    Browse the repository at this point in the history
  2. Fix typos plus minor tweaks (#6875)

    * Fix typos
    
    * Document
    
    ---------
    
    Co-authored-by: Davis Vaughan <[email protected]>
    salim-b and DavisVaughan committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    75a6b25 View commit details
    Browse the repository at this point in the history
  3. Update slice.R (#6876)

    * Update slice.R
    
    switched highest/lowest for slice_min and slice_max to improve clarity
    
    * Use smallest/largest
    
    ---------
    
    Co-authored-by: Davis Vaughan <[email protected]>
    scarioscia and DavisVaughan committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9738f34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    001de12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc86e9c View commit details
    Browse the repository at this point in the history
  6. Add tests for behavior of count() (#6904)

    * Add tests for behavior of count()
    
    * Add new test
    
    * Tweaks
    
    ---------
    
    Co-authored-by: Davis Vaughan <[email protected]>
    krlmlr and DavisVaughan committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    41501e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Remove unneeded object docs

    As noted by CRAN
    
    ```
    Documented arguments not in \usage in documentation object ‘make_tbl’:
         ‘object’
    ```
    DavisVaughan committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9ea4e41 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update cran-comments.md

    DavisVaughan committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cf8031d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    b4ebddb View commit details
    Browse the repository at this point in the history
Loading