-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.74 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
Package: riversCentralAsia
Type: Package
Title: Accompanying R Package to Applied Modeling of Hydrological Systems in Central Asia Course
Version: 1.1.0
Date: 2022-08-03
Authors@R: c(
person("Tobias", "Siegfried",
email = "[email protected]",
comment = "hydrosolutions GmbH, www.hydrosolutions.ch",
role = c("cre", "aut")),
person("Beatrice", "Marti",
email = "[email protected]",
comment = "hydrosolutions GmbH, www.hydrosolutions.ch",
role = c("aut")))
Description: riversCentralAsia is an R Package with helper functions to load, manage and analyze hydrometeorological data from Central Asia. Furthermore, it contains some workhorse function to prepare input data for RSMINERVE (www.crealp.ch) which is a hydrological-hydraulic modeling suite that can be used for river basin planning and management purposes and climate impact analysis, among other things. It also contains a bias correction and downscaling workflow of the CHELSA V21 high resolution climatologies and CMIP6 climate projections.
License: `use_gpl3_license()`
RoxygenNote: 7.2.2
URL: https://hydrosolutions.github.io/riversCentralAsia/index.html
BugReports: https://github.com/hydrosolutions/riversCentralAsia/issues
Imports:
dplyr,
ncdf4,
exactextractr,
GGally,
ggplot2,
ggpubr,
lubridate,
magrittr,
numform,
pillar,
purrr,
qmap,
R.utils,
raster,
readr,
rlang,
sf,
smoothr,
stringr,
tibble,
tidyr,
tidyselect,
tidyverse,
timetk,
units,
xml2,
zoo
LazyData: true
Encoding: UTF-8
Depends:
R (>= 4.1.0)
Suggests:
testthat,
rmarkdown,
knitr,
devtools,
forecast,
rgdal
VignetteBuilder: knitr