bcgov / bcdata

An R package for searching & retrieving data from the B.C. Data Catalogue
https://bcgov.github.io/bcdata
Apache License 2.0
81 stars 12 forks source link

Fixes for dbplyr 2.5.0 and handling of failing GetCapabilities requests #341

Closed ateucher closed 1 week ago

ateucher commented 2 weeks ago

This is mostly changes in tests to deal with stricter behaviour from dbplyr 2.5.0, specifically with local functions called within the bdata predicate functions (e.g., WITHIN(), BBOX()).

Also a few more fixes related to #339; closes #339

ateucher commented 2 weeks ago

The failure on ubuntu-latest (release) appears to be spurious (random 502 error)