forked from DOI-USGS/EGRET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
62 lines (62 loc) · 1.86 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: EGRET
Type: Package
Title: Exploration and Graphics for RivEr Trends
Version: 3.0.4.9000
Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
email = "[email protected]",
comment=c(ORCID="0000-0002-4534-075X")),
person("Laura", "DeCicco", role = c("aut","cre"),
email = "[email protected]",
comment=c(ORCID="0000-0002-3915-9487")),
person("Tim", "Cohn", role = c("ctb")),
person("David", "Watkins", role = c("ctb")),
person("Lindsay","Carr", role = c("ctb")),
person("Jennifer","Murphy", role = c("ctb")))
Description: Statistics and graphics for streamflow history,
water quality trends, and the statistical modeling algorithm: Weighted
Regressions on Time, Discharge, and Season (WRTDS). The modeling
method is introduced and discussed in Hirsch et al. (2010) <doi:10.1111/j.1752-1688.2010.00482.x>,
and expanded in Hirsch and De Cicco (2015) <doi:10.3133/tm4A10>.
License: CC0
Depends:
R (>= 3.5)
Imports:
dataRetrieval (>= 2.0.1),
survival,
fields,
methods,
utils,
graphics,
stats,
grDevices,
truncnorm,
foreach,
MASS
Suggests:
EGRETci,
knitr,
rmarkdown,
extrafont,
testthat,
rkt,
doParallel,
parallel,
pkgdown,
png,
dplyr,
zyp,
lubridate,
covr
LazyLoad: yes
LazyData: yes
BugReports: https://github.com/USGS-R/EGRET/issues
VignetteBuilder: knitr
BuildVignettes: true
URL: https://pubs.usgs.gov/tm/04/a10/, https://github.com/USGS-R/EGRET/wiki
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior. For more information, see the
official USGS copyright policy at
https://www.usgs.gov/visual-id/credit_usgs.html#copyright
RoxygenNote: 7.1.1
Roxygen: list(old_usage = TRUE)