DOI-USGS / dataRetrieval

This R package is designed to obtain USGS or EPA water quality sample data, streamflow data, and metadata directly from web services.
https://doi-usgs.github.io/dataRetrieval/
Other
260 stars 84 forks source link

Initial bug fix work #627

Closed alkrall closed 2 years ago

alkrall commented 2 years ago

Fixes #619

ldecicco-USGS commented 2 years ago

Try updating the tests:

expect_lt(nrow(peak_data), 100000)

(so the parenthesis is moved), and push that change up. The tests will all kick off again when you click Push. Before you do that, make sure you change your branch back to "main" (it's in that dropdown in the upper right)

ldecicco-USGS commented 2 years ago

I think this is all good now. There are some new NOTES popping up, but I think those are new because of a newer devel R version. Also need to check with GH Actions if there's a better way to get sf to install.