Skip to content

Commit 703294c

Browse files
Merge pull request #386 from ldecicco-USGS/main
fix some links
2 parents 10ad0d0 + 7d0a425 commit 703294c

File tree

2 files changed

+6
-140
lines changed

2 files changed

+6
-140
lines changed

README.Rmd

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ The second is an application to nitrate data for 8 monitoring sites on the Missi
6565

6666
[https://pubs.acs.org/doi/abs/10.1021/es201221s](https://pubs.acs.org/doi/abs/10.1021/es201221s)
6767

68-
For a thorough discussion of the generalized flow normalization method implemented in the EGRET enhancements, see the paper: "Tracking changes in nutrient delivery to western Lake Erie: Approaches to compensate for variability and trends in streamflow":
68+
For a thorough discussion of the generalized flow normalization method implemented in the EGRET enhancements, see the paper: "Tracking changes in nutrient delivery to western Lake Erie: Approaches to compensate for variability and trends in streamflow" (doi:10.1016/j.jglr.2018.11.012).
6969

70-
<https://www.sciencedirect.com/science/article/pii/S0380133018302235/>.
7170

7271
## Sample Workflow
7372

@@ -206,15 +205,6 @@ plotFourStats(eList, qUnit=3)
206205
207206
```
208207

209-
210-
## Model Archive
211-
212-
When using the `WRTDS` model, it is important to be able to reproduce the results in the future. The following version of R and package dependencies were used most recently to pass the embedded tests within this package. There is no guarantee of reproducible results using future versions of R or updated versions of package dependencies; however, we will make diligent efforts to test and update future modeling environments.
213-
214-
```{r eval=TRUE}
215-
sessioninfo::session_info()
216-
```
217-
218208
## Reporting bugs
219209

220210
Please consider reporting bugs and asking questions on the Issues page:
@@ -228,10 +218,6 @@ egret_comments@usgs.gov
228218

229219
Additionally, to subscribe to an email list concerning updates to these R packages, please send a request to egret_comments@usgs.gov.
230220

231-
## Code of Conduct
232-
233-
We want to encourage a warm, welcoming, and safe environment for contributing to this project. See the [code of conduct](https://code.usgs.gov/water/EGRET/-/blob/main/CONDUCT.md) for more information.
234-
235221
## Package Support
236222

237223
The Water Mission Area of the USGS has supported the development and maintenance of the `EGRET` R-package. Further maintenance is expected to be stable through October 2024. Resources are available primarily for maintenance and responding to user questions. Priorities on the development of new features are determined by the `EGRET` development team.

README.md

Lines changed: 5 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ the Mississippi River or its major tributaries. The URL is:
9191
For a thorough discussion of the generalized flow normalization method
9292
implemented in the EGRET enhancements, see the paper: “Tracking changes
9393
in nutrient delivery to western Lake Erie: Approaches to compensate for
94-
variability and trends in streamflow”:
95-
96-
<https://www.sciencedirect.com/science/article/pii/S0380133018302235/>.
94+
variability and trends in streamflow”
95+
(<doi:10.1016/j.jglr.2018.11.012>).
9796

9897
## Sample Workflow
9998

@@ -327,37 +326,13 @@ siteID <- "01491000" #Choptank River at Greensboro, MD
327326
startDate <- "" # Get earliest date
328327
endDate <- "" # Get latest date
329328
Daily <- readNWISDaily(siteID, "00060", startDate, endDate)
330-
#> <httr2_request>
331-
#> GET
332-
#> https://waterservices.usgs.gov/nwis/dv/?site=01491000&format=rdb%2C1.0&ParameterCd=00060&StatCd=00003&startDT=1851-01-01
333-
#> Headers:
334-
#> • Accept-Encoding: 'compress'
335-
#> • Accept-Encoding: 'gzip'
336-
#> • Accept-Encoding: 'deflate'
337-
#> Body: empty
338-
#> Options:
339-
#> • useragent: 'libcurl/8.3.0 httr2/1.0.5 dataRetrieval/2.7.17.1'
340-
#> Policies:
341-
#> • throttle_delay: a function
342-
#> • retry_max_tries: 3
343-
#> • retry_on_failure: FALSE
344-
#> • retry_backoff: a <rlang_lambda_function> object
345-
#> There are 28068 data points, and 28068 days.
329+
#> GET: https://waterservices.usgs.gov/nwis/dv/?site=01491000&format=rdb,1.0&ParameterCd=00060&StatCd=00003&startDT=1851-01-01
330+
#> There are 28082 data points, and 28082 days.
346331
# Gather site and parameter information:
347332
# Here user must input some values for
348333
# the default (interactive=TRUE)
349334
INFO <- readNWISInfo(siteID, "00060")
350-
#> <httr2_request>
351-
#> GET
352-
#> https://waterservices.usgs.gov/nwis/site/?siteOutput=Expanded&format=rdb&site=01491000
353-
#> Body: empty
354-
#> Options:
355-
#> • useragent: 'libcurl/8.3.0 httr2/1.0.5 dataRetrieval/2.7.17.1'
356-
#> Policies:
357-
#> • throttle_delay: a function
358-
#> • retry_max_tries: 3
359-
#> • retry_on_failure: FALSE
360-
#> • retry_backoff: a <rlang_lambda_function> object
335+
#> GET: https://waterservices.usgs.gov/nwis/site/?siteOutput=Expanded&format=rdb&site=01491000
361336
#> Your site for streamflow data is:
362337
#> 01491000 .
363338
#> Your site name is CHOPTANK RIVER NEAR GREENSBORO, MD
@@ -423,94 +398,6 @@ plotFourStats(eList, qUnit=3)
423398

424399
![](man/figures/README-plotFours-2.png)
425400

426-
## Model Archive
427-
428-
When using the `WRTDS` model, it is important to be able to reproduce
429-
the results in the future. The following version of R and package
430-
dependencies were used most recently to pass the embedded tests within
431-
this package. There is no guarantee of reproducible results using future
432-
versions of R or updated versions of package dependencies; however, we
433-
will make diligent efforts to test and update future modeling
434-
environments.
435-
436-
``` r
437-
sessioninfo::session_info()
438-
#> ─ Session info ───────────────────────────────────────────────────────────────
439-
#> setting value
440-
#> version R version 4.4.1 (2024-06-14 ucrt)
441-
#> os Windows 11 x64 (build 22631)
442-
#> system x86_64, mingw32
443-
#> ui RTerm
444-
#> language (EN)
445-
#> collate English_United States.utf8
446-
#> ctype English_United States.utf8
447-
#> tz America/Chicago
448-
#> date 2024-11-05
449-
#> pandoc 3.2 @ C:/Program Files/RStudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown)
450-
#>
451-
#> ─ Packages ───────────────────────────────────────────────────────────────────
452-
#> package * version date (UTC) lib source
453-
#> bit 4.5.0 2024-09-20 [1] CRAN (R 4.4.1)
454-
#> bit64 4.5.2 2024-09-22 [1] CRAN (R 4.4.1)
455-
#> class 7.3-22 2023-05-03 [2] CRAN (R 4.4.1)
456-
#> classInt 0.4-10 2023-09-05 [1] CRAN (R 4.4.0)
457-
#> cli 3.6.3 2024-06-21 [1] CRAN (R 4.4.1)
458-
#> crayon 1.5.3 2024-06-20 [1] CRAN (R 4.4.1)
459-
#> curl 5.2.3 2024-09-20 [1] CRAN (R 4.4.1)
460-
#> dataRetrieval 2.7.17.1 2024-11-05 [1] local
461-
#> DBI 1.2.3 2024-06-02 [1] CRAN (R 4.4.0)
462-
#> digest 0.6.37 2024-08-19 [1] CRAN (R 4.4.1)
463-
#> dotCall64 1.2 2024-10-04 [1] CRAN (R 4.4.1)
464-
#> e1071 1.7-16 2024-09-16 [1] CRAN (R 4.4.1)
465-
#> EGRET * 3.0.10 2024-11-05 [1] local
466-
#> evaluate 1.0.1 2024-10-10 [1] CRAN (R 4.4.1)
467-
#> fansi 1.0.6 2023-12-08 [1] CRAN (R 4.4.0)
468-
#> fastmap 1.2.0 2024-05-15 [1] CRAN (R 4.4.0)
469-
#> fields 16.3 2024-09-30 [1] CRAN (R 4.4.1)
470-
#> glue 1.8.0 2024-09-30 [1] CRAN (R 4.4.1)
471-
#> highr 0.11 2024-05-26 [1] CRAN (R 4.4.0)
472-
#> hms 1.1.3 2023-03-21 [1] CRAN (R 4.4.0)
473-
#> htmltools 0.5.8.1 2024-04-04 [1] CRAN (R 4.4.0)
474-
#> httr2 1.0.5 2024-09-26 [1] CRAN (R 4.4.1)
475-
#> KernSmooth 2.23-24 2024-05-17 [2] CRAN (R 4.4.1)
476-
#> knitr 1.48 2024-07-07 [1] CRAN (R 4.4.1)
477-
#> lattice 0.22-6 2024-03-20 [1] CRAN (R 4.4.0)
478-
#> lifecycle 1.0.4 2023-11-07 [1] CRAN (R 4.4.0)
479-
#> magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.4.0)
480-
#> maps 3.4.2 2023-12-15 [1] CRAN (R 4.4.0)
481-
#> Matrix 1.7-0 2024-04-26 [2] CRAN (R 4.4.1)
482-
#> pillar 1.9.0 2023-03-22 [1] CRAN (R 4.4.0)
483-
#> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.4.0)
484-
#> proxy 0.4-27 2022-06-09 [1] CRAN (R 4.4.0)
485-
#> R6 2.5.1 2021-08-19 [1] CRAN (R 4.4.0)
486-
#> rappdirs 0.3.3 2021-01-31 [1] CRAN (R 4.4.0)
487-
#> Rcpp 1.0.13 2024-07-17 [1] CRAN (R 4.4.1)
488-
#> readr 2.1.5 2024-01-10 [1] CRAN (R 4.4.0)
489-
#> rlang 1.1.4 2024-06-04 [1] CRAN (R 4.4.1)
490-
#> rmarkdown 2.28 2024-08-17 [1] CRAN (R 4.4.1)
491-
#> rstudioapi 0.17.1 2024-10-22 [1] CRAN (R 4.4.1)
492-
#> sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.4.0)
493-
#> sf 1.0-18 2024-10-11 [1] CRAN (R 4.4.1)
494-
#> spam 2.11-0 2024-10-03 [1] CRAN (R 4.4.1)
495-
#> survival 3.6-4 2024-04-24 [2] CRAN (R 4.4.1)
496-
#> tibble 3.2.1 2023-03-20 [1] CRAN (R 4.4.0)
497-
#> tidyselect 1.2.1 2024-03-11 [1] CRAN (R 4.4.0)
498-
#> tzdb 0.4.0 2023-05-12 [1] CRAN (R 4.4.0)
499-
#> units 0.8-5 2023-11-28 [1] CRAN (R 4.4.0)
500-
#> utf8 1.2.4 2023-10-22 [1] CRAN (R 4.4.0)
501-
#> vctrs 0.6.5 2023-12-01 [1] CRAN (R 4.4.0)
502-
#> viridisLite 0.4.2 2023-05-02 [1] CRAN (R 4.4.0)
503-
#> vroom 1.6.5 2023-12-05 [1] CRAN (R 4.4.0)
504-
#> withr 3.0.1 2024-07-31 [1] CRAN (R 4.4.1)
505-
#> xfun 0.48 2024-10-03 [1] CRAN (R 4.4.1)
506-
#> yaml 2.3.10 2024-07-26 [1] CRAN (R 4.4.1)
507-
#>
508-
#> [1] C:/Users/ldecicco/AppData/Local/R/win-library/4.4
509-
#> [2] C:/Program Files/R/R-4.4.1/library
510-
#>
511-
#> ──────────────────────────────────────────────────────────────────────────────
512-
```
513-
514401
## Reporting bugs
515402

516403
Please consider reporting bugs and asking questions on the Issues page:
@@ -524,13 +411,6 @@ Please email questions, comments, and feedback to:
524411
Additionally, to subscribe to an email list concerning updates to these
525412
R packages, please send a request to <egret_comments@usgs.gov>.
526413

527-
## Code of Conduct
528-
529-
We want to encourage a warm, welcoming, and safe environment for
530-
contributing to this project. See the [code of
531-
conduct](https://code.usgs.gov/water/EGRET/-/blob/main/CONDUCT.md) for
532-
more information.
533-
534414
## Package Support
535415

536416
The Water Mission Area of the USGS has supported the development and

0 commit comments

Comments
 (0)