dplyr
dplyr copied to clipboard
Next round of database defunctions
#4663
This breaks:
- bigrquery
- childesr
- ckanr
- dm
- etl
- farr
- funneljoin
- geospark
- RPresto
The fixes are generally straightforward (import dbplyr::sql() instead of dplyr::sql()) so I think it's probably worthwhile.
Also I added the known revdep failures to https://github.com/tidyverse/dplyr/issues/6262
Newly detected failures:
- macleish (from etl)
- moodleR
- sejmRP
- sergeant
- sparklyr, sparklyr.flint
- taxizedb
- vegdata
- wordbankr
This pushes it to the point where I think we should probably hold off on for now, and see what our appetite for handling revdep failures is closer to the release.
At this point, I think we have enough revdep failures that we don't want to add more. Let's push this off for a future release.