You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The USGS is planning to modernize all web services in the near future. For each of these updates, `dataRetrieval` will create a new function to access the new services. To access these services on a web browser, go to <https://waterdata.usgs.gov/download-samples/>.
71
+
The USGS is planning to modernize all web services in the near future. For each of these updates, `dataRetrieval` will create a new function to access the new services.
72
72
73
73
## New Features
74
74
@@ -82,7 +82,7 @@ Historically, we allowed users to customize their queries via the `...` argument
82
82
83
83
### Dependencies
84
84
85
-
Under the hood, `dataRetrieval` changed the dependency from `httr` to `httr2`. `httr2` is the modern R package for web requests that is actively developed/maintained. As we develop functions for the modern USGS web services, we'll continue to explore updating package dependencies.
85
+
As we develop functions for the modern USGS web services, we'll continue to explore updating package dependencies.
0 commit comments