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
262 stars 85 forks source link

quiet requireNamespace check and move web service call into findNLDI #531

Closed dblodgett-usgs closed 4 years ago

dblodgett-usgs commented 4 years ago

Minor changes in loading behavior to quite some warnings and avoid a web-service call in .onLoad.

Tested all the examples and am happy with this for release if you are @ldecicco-USGS