ropensci / tidyhydat

An R package to import Water Survey of Canada hydrometric data and make it tidy
https://docs.ropensci.org/tidyhydat
Apache License 2.0
70 stars 19 forks source link

Failure with released tidyhydat and dev dbplyr #179

Closed mgirlich closed 1 year ago

mgirlich commented 2 years ago

We see

The problems comes from this change in dbplyr

  • Variables that are neither found in the data nor in the environment now produce an error (@mgirlich, #907).

It seems the data has the variable YEAR. As the check is case sensitive this fails. We plan to release dbplyr soon so it would be great if you could fix this issue.

boshek commented 2 years ago

:wave: @mgirlich do you have any timing on this?