Skip to content

Use dplyr approach to summarise()#521

Merged
schloerke merged 5 commits into
ggobi:plyr_to_dplyrfrom
MichaelChirico:plyr-here
Jun 10, 2025
Merged

Use dplyr approach to summarise()#521
schloerke merged 5 commits into
ggobi:plyr_to_dplyrfrom
MichaelChirico:plyr-here

Conversation

@MichaelChirico
Copy link
Copy Markdown
Contributor

Follow-up to #520 to remove another {plyr} import (plyr::here). Note that this branch includes #520 -- GitHub doesn't allow a way for me to stack PRs from my fork.

Tested equivalency locally for this example:

data(tips)
p_(ggally_summarise_by(tips, mapping = aes(x = total_bill, y = day)))

And also by (1) adding a row with missing y (2) adding a level to the y factor that's not present in the data.

@schloerke schloerke changed the base branch from master to plyr_to_dplyr June 10, 2025 14:49
@schloerke schloerke merged commit aa1e03b into ggobi:plyr_to_dplyr Jun 10, 2025
@MichaelChirico MichaelChirico deleted the plyr-here branch June 10, 2025 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants