-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1527962
commit c7acb05
Showing
1 changed file
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,20 +19,3 @@ is_dataRetrieval_user <- function() { | |
identical(Sys.getenv("NOT_CRAN"), "true") | ||
} | ||
|
||
|
||
wqp_message <- function(){ | ||
message("NEWS: USGS data availability and format are changing. | ||
Beginning in February 2024 the data obtained from legacy profiles | ||
will not include new USGS data or recent updates to | ||
existing data. When new WQX (3.0) profiles are available, the default | ||
profile will change. Users can continue to access data using the | ||
legacy profiles for some time, however they will not serve recent | ||
USGS data. Banners posted on the WQP site will have the most | ||
updated information (https://www.waterqualitydata.us/). | ||
For additional details, see vignettes: | ||
https://doi-usgs.github.io/dataRetrieval/articles/Status.html | ||
https://doi-usgs.github.io/dataRetrieval/articles/qwdata_changes.html | ||
If you have additional questions about these changes, | ||
email [email protected].") | ||
} | ||
|