-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
50 lines (50 loc) · 1.68 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
Package: EflowStats
Type: Package
Title: Hydrologic Indicator and Alteration Stats
Version: 5.2.0
Date: 2017-08-04
Authors@R: c( person("Joe", "Mills", role = c("aut"),
email = "[email protected]"),
person("David", "Blodgett", role = c("aut","cre"),
email = "[email protected]"),
person("Jared", "Smith", role = c("aut"),
email = "[email protected]"),
person("Jens", "Kiesel", role = c("ctb"),
email = "[email protected]")
)
Depends:
R (>= 3.3)
Imports:
lmom,
dplyr,
lubridate,
RcppRoll,
imputeTS
Suggests:
xtable,
knitr,
testthat,
rmarkdown,
DT,
dataRetrieval,
readr
Description: A reimplementation of the Hydrologic Index Tool
(HIT; Henriksen et al, 2006) for calculating 171 hydrologic indices
for stream classification analysis. EflowStats also calculates 7
additional statistics used for streamflow classification reffered
to as the "Magnificent Seven" (MAG7, Archfield et al., 2013).
Unlike the original HIT, EflowStats has been redesigned to injest
general hydrologic timeseries data and is not restricted to data
formats used by the USGS National Water Information System.
License: CC0
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
BuildVignettes: true
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
http://www.usgs.gov/visual-id/credit_usgs.html#copyright
RoxygenNote: 7.2.3
Encoding: UTF-8