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

Fix dplyr grouping warning (#102) #106

Merged
merged 1 commit into from
May 27, 2017
Merged

Conversation

warrenmcg
Copy link
Collaborator

@warrenmcg warrenmcg commented May 23, 2017

Hey @pimentel,

I noticed the warning described in #102 too. I discovered it was caused by removing the grouping column x_group before ungrouping in sliding_window_grouping, so dplyr gives a warning because it expects the groups to always be present. I found this out from this stackoverflow thread

This should fix the problem.

@pimentel
Copy link
Collaborator

man, you're not giving me any time to kill off these bugs ;) looks great. thanks again!

@pimentel pimentel closed this May 27, 2017
@pimentel pimentel reopened this May 27, 2017
@pimentel pimentel merged commit b67cb85 into pachterlab:devel May 27, 2017
@warrenmcg
Copy link
Collaborator Author

You're welcome! I figured if I could help with pushing your project the next release, then I should just jump in and do so. :)

@pimentel pimentel mentioned this pull request May 29, 2017
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.

None yet

2 participants