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

Loading duckplyr insufficient to automatically enable it? #217

Open
hadley opened this issue Jul 25, 2024 · 0 comments
Open

Loading duckplyr insufficient to automatically enable it? #217

hadley opened this issue Jul 25, 2024 · 0 comments
Milestone

Comments

@hadley
Copy link
Member

hadley commented Jul 25, 2024

Per #205 this isn't supported, but I don't get a warning about it:

library(dplyr, warn.conflicts = FALSE)
library(duckplyr, warn.conflicts = FALSE)
#> The duckplyr package is configured to fall back to dplyr when it encounters an
#> incompatibility. Fallback events can be collected and uploaded for analysis to
#> guide future development. By default, no data will be collected or uploaded.
#> → Run `duckplyr::fallback_sitrep()` to review the current settings.
#> ✔ Overwriting dplyr methods with duckplyr methods.
#> ℹ Turn off with `duckplyr::methods_restore()`.

mtcars |> 
  summarise(wt = sum(wt, na.rm = TRUE))
#>        wt
#> 1 102.952

Created on 2024-07-25 with reprex v2.1.0

@hadley hadley changed the title Loading duckplyr insufficiently to automatically enable it? Loading duckplyr insufficient to automatically enable it? Aug 21, 2024
@hadley hadley added this to the 1.0.0 milestone Sep 25, 2024
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

1 participant