-
Notifications
You must be signed in to change notification settings - Fork 39
/
DESCRIPTION
71 lines (71 loc) · 2.54 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
64
65
66
67
68
69
70
71
Type: Package
Package: CSHShydRology
Title: Canadian Hydrological Analyses
Version: 1.4.2
Date: 2024-07-12
Authors@R: c(person("Kevin", "Shook",
email = "[email protected]",
role = c("cre", "aut")),
person("Paul", "Whitfield",
email = "[email protected]",
role = c("aut")),
person("Robert", "Chlumsky",
email = "[email protected]",
role = c("aut")),
person("Daniel", "Moore",
email = "[email protected]",
role = c("aut")),
person("Martin", "Durocher",
role = c("aut")),
person("Matthew", "Lemieux",
role = c("ctb")),
person("Jason", "Chiang",
role = c("ctb")),
person("Joel", "Trubilowicz",
role = c("ctb")),
person("SJ", "Kim",
role = c("ctb"))
)
Author: Kevin Shook [cre, aut],
Paul Whitfield [aut],
Robert Chlumsky [aut],
Daniel Moore [aut],
Martin Durocher [aut],
Matthew Lemieux [ctb],
Jason Chiang [ctb],
Joel Trubilowicz [ctb],
SJ Kim [ctb]
Maintainer: Kevin Shook <[email protected]>
Description: A collection of user-submitted functions to aid in the analysis of hydrological data, particularly for users in Canada. The functions focus on the use of Canadian data sets, and are suited to Canadian hydrology, such as the important cold region hydrological processes and will work with Canadian hydrological models. The functions are grouped into several themes, currently including Statistical hydrology, Basic data manipulations, Visualization, and Spatial hydrology. Functions developed by the Floodnet project are also included. CSHShydRology has been developed with the assistance of the Canadian Society for Hydrological Sciences (CSHS) which is an affiliated society of the Canadian Water Resources Association (CWRA). As of version 1.2.6, functions now fail gracefully when attempting to download data from a url which is unavailable.
License: AGPL-3
URL: https://github.com/CSHS-hydRology/CSHShydRology
Depends:
R (>= 4.0.0)
Imports:
fields,
Kendall,
lubridate,
plotrix,
timeDate,
stringr,
ggplot2,
ggspatial,
stats,
raster,
sf,
dplyr,
magrittr,
httr,
tidyhydat,
whitebox,
datasets,
circular
Suggests:
knitr,
testthat,
rmarkdown,
readr
VignetteBuilder: knitr
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.2