-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
41 lines (41 loc) · 1.15 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
Package: hyfo
Type: Package
Title: Hydrology and Climate Forecasting
Version: 1.4.6
Date: 2023-8-15
Authors@R: person("Yuanchao", "Xu", email = "xuyuanchao37@gmail.com",
role = c("aut", "cre"))
Description: Focuses on data processing and visualization in hydrology and
climate forecasting. Main function includes data extraction, data downscaling,
data resampling, gap filler of precipitation, bias correction of forecasting
data, flexible time series plot, and spatial map generation. It is a good pre-
processing and post-processing tool for hydrological and hydraulic modellers.
License: GPL-2
Depends:
R (>= 3.1.0),
stats (>= 3.1.3),
utils(>= 3.1.3),
Imports:
ggplot2 (>= 1.0.1),
reshape2 (>= 1.4.1),
zoo (>= 1.7-12),
sf (>= 1.0-12),
plyr (>= 1.8.3),
moments (>= 0.14),
lmom (>= 2.5),
maps(>= 2.3-9),
sp (>= 2.0-0),
ncdf4 (>= 1.14.1),
MASS (>= 7.3-39),
methods,
data.table
Suggests:
gridExtra,
knitr,
rmarkdown
VignetteBuilder: knitr
LazyData: true
URL: https://yuanchao-xu.github.io/hyfo/
BugReports: https://github.com/Yuanchao-Xu/hyfo/issues
Repository: CRAN
RoxygenNote: 7.2.3