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

dplyr 1.0.0 on R 3.6.3 provides a warning when using group_by #5390

Closed
margaretcolville opened this issue Jul 10, 2020 · 5 comments
Closed

Comments

@margaretcolville
Copy link

When using group_by(), dplyr throws a warning stating "... is not empty".

Minimal example:

library(dplyr)

mtcars %>%
  group_by(hp)

Returns the table and then

Warning message:
... is not empty.

We detected these problematic arguments:

  • needs_dots

These dots only exist to allow future extensions and should be empty.
Did you misspecify an argument?
2020-07-10_15-53-30

@yutannihilation
Copy link
Member

yutannihilation commented Jul 10, 2020

Seems a tibble's issue. I filed an issue here:

tidyverse/tibble#798

@margaretcolville
Copy link
Author

The update to tibble seems to have resolved this issue. Yay!

@rpmady
Copy link

rpmady commented Aug 4, 2020

@margaretcolville I'm still having the issue :(

@lionel-
Copy link
Member

lionel- commented Aug 4, 2020

@rpmady If you're on Windows take a look at this advice on how to update packages that contain C code (which is the case of the {tibble} package): rstats-wtf/what-they-forgot#62 (comment)

@rpmady
Copy link

rpmady commented Aug 4, 2020

@lionel- thank you for that! Unfortunately, I'm still seeing that warning. I wonder if it has to do with use tidyverse and not just tibble.

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

No branches or pull requests

4 participants