-
Notifications
You must be signed in to change notification settings - Fork 2
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
Checks fail with duckplyr #6
Comments
Will try roll into next set of changes, thanks! |
Thanks, Jacob! There's no need to change your package because it works with dplyr; I'd like to understand why duckplyr doesn't work with your package. |
Hmm okay I just installed the modified dplyr and tried to run it. So the error is in a test for a non-core component of the crosshap package, and the results it gives with both dplyrs (1.4.1.999 and 1.4.1) are precisely same - and are correct from looking at the output plot, although the test is based on the NA count in the tibble of the plotted data and is giving slightly different output to what it expects. The difference seems to be somewhere in the clustering and data processing, and it seems arbitrary, I'll update the test expected values in the next version of crosshap, but rest assured, duckplyr looks like its working as intended, the (superficial) problem seems to be due to something else! |
Thanks. If it behaves differently, it's not a drop-in replacement... Could be that some other package used in this process gives different results, I'd be very much interested in details here. Also, I recently updated this branch because I fixed a problem with |
Okay I had another look this morning, I think I know what's going on, it's one of two things:
as opposed to: Probably different versions of testing software |
The duckplyr package is aimed to be a drop-in replacement for dplyr, with full behavior compatibility. To assert that, I'm running checks with a rigged version of dplyr. This package fails its checks in this scenario.
Details: https://github.com/krlmlr/dplyr/blob/f-revdep-duckplyr/revdep/problems.md .
Learn more about duckplyr: https://duckplyr.tidyverse.org/ .
From the error message, I can't tell immediately what the cause of the failure is. I'd appreciate your help: can you please help digest a reproducible example that shows how duckplyr is behaving differently from dplyr in your use case?
The modified dplyr version can be installed with any of:
Thanks a lot for your help! Please let me know if you have any questions.
Tracker: tidyverse/duckplyr#297.
The text was updated successfully, but these errors were encountered: