-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.3 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
Type: Package
Package: hyetor
Title: Analyze fixed interval precipitation time series
Version: 0.0.0.9002
Authors@R:
person(given = "Konstantinos",
family = "Vantas",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6387-8791"))
Maintainer: Konstantinos Vantas <[email protected]>
Description: Provides a collection of tools that analyze fixed
interval precipitation time series: Aggregates precipitation records,
splits these records to independent rainstorms, compiles Unitless
Cumulative Hyetographs, finds maximum rainfall intensities for various
time steps, calculates rainfall erosivity values and creates missing
values summaries.
License: MIT + file LICENSE
URL: https://github.com/kvantas/hyetor,
https://kvantas.github.io/hyetor/
BugReports: https://github.com/kvantas/hyetor/issues
Depends:
R (>= 3.4.0)
Imports:
assertthat (>= 0.2.0),
dplyr (>= 0.7),
lubridate (>= 1.7),
magrittr (>= 1.5),
RcppRoll (>= 0.3.0),
rlang (>= 0.2),
tibble (>= 1.4)
Suggests:
covr (>= 3.1.0),
hydroscoper (>= 1.0),
knitr (>= 1.20),
rmarkdown (>= 1.10),
ggplot2 (>= 2.0),
testthat (>= 2.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1