forked from CSHS-CWRA/CSHShydRology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 958 Bytes
/
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
Type: Package
Package: CSHShydRology
Title: Canadian hydrological analyses
Version: 1.1.2
Date: 2021-04-07
Authors@R: c(person("Kevin", "Shook", email = "[email protected]", role = c("cre")),
person("Paul", "Whitfield", email = "[email protected]", role = c("aut")),
person("Robert", "Chlumsky", email = "[email protected]", role = c("aut"))
)
Description: A collection of user submitted functions to aid in the analysis of hydrological data.
License: AGPL-3 | file LICENSE
URL: https://github.com/CSHS-hydRology/CSHShydRology
Depends:
R (>= 3.5.0)
Imports:
fields,
Kendall,
lubridate,
plotrix,
timeDate,
stringr,
jsonlite,
RSAGA,
ggplot2,
ggspatial,
raster,
sf,
sp,
dplyr,
magrittr,
httr,
tidyhydat
Suggests:
knitr,
testthat,
rmarkdown,
here,
readr
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.1.1