forked from DOI-USGS/EGRET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
63 lines (63 loc) · 1.75 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
63
Package: EGRET
Type: Package
Title: Exploration and Graphics for RivEr Trends
Version: 3.0.10
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("aut"),
email = "[email protected]",
comment=c(ORCID="0000-0002-0881-0919")))
Description: Statistics and graphics for streamflow history,
water quality trends, and the statistical modeling algorithm: Weighted
Regressions on Time, Discharge, and Season (WRTDS).
License: CC0
Depends:
R (>= 3.5)
Imports:
dataRetrieval (>= 2.0.1),
survival,
fields,
methods,
utils,
grDevices,
graphics,
stats,
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/DOI-USGS/EGRET/issues
VignetteBuilder: knitr
BuildVignettes: true
URL: https://pubs.usgs.gov/tm/04/a10/
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/information-policies-and-instructions/copyrights-and-credits
RoxygenNote: 7.3.2
Roxygen: list(old_usage = TRUE)
Encoding: UTF-8